This is an autocompletion program that could predict what function you may call for your java project based on machine learning algorithm.
Be sure that your python has requests module or you need to specify your python path which has requests module in setting.
You need to connect the network in University of Michigan to get access to the server. If you are off campus, please use VPN in U of M.
All you need is just to toggle the tarocchi-coffee package in context menu or on the toolbar (Package>tarocchi-coffee>Toggle) or press ctrl-alt-o.
A message of connecting server successfully would be occurred and telling you the prediction is fetched from server afterwards. Next just select the function you need or press tab to autocomplete the function if the prediction is correct.
pip install requests
Or specify the python which has this module in setting. You can use the command
which python3
which python
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.