Question

Does anyone know of anything comparable? I am currently using Anaconda for linting and autocompletion, but it is nowhere near as good as the IPython Notebook autocompletion.

Was it helpful?

Solution

The package SublimeCodeIntel is the best I've seen in Sublime for Python autocompletion. It's available through Package Control or on github.

OTHER TIPS

I had the same concern when moving from Jupyter Notebook to Sublime Text, and tried Anaconda's autocomplete, which is far worse than Jupyter's.

But after trying SublimeCodeIntel, all problems solved! It is almost same as VSCode's auto-complete and code tips.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top