Sublime Forum

SublimeCodeIntel and Other Python Plugins

#1

Hello!

I heard a lot of good things about sublime text 2 and thought I would give it a try, but I’m experiencing a lot of trouble.

I don’t require much from an IDE, but something that is a must have is some sort of intelli system that gives me a list of the functions from an import or object or something.

Therefore, I resolved to try out SublimeCodeIntel, which I heard a lot about.

Unfortunately though, it is not working! I import math and then try math (dot ) and control-shift-space but no options come up.

It works for SOME javascript functions/objects but by no means shows all the options.

What other plugins are good and why isn’t sublimecode intel working for python and extensively for javascript?

Are all plugins like this? Sort of, bad, hit and miss…

I can’t think that I’m right against the huge masses that love this text editor, so I must be doing something wrong.

0 Likes

#2

I’ve had great luck with Anaconda (github.com/DamnWidget/anaconda). It’s quick, provides some very light IDE features (go to definition, etc), and has linting built in. The dev is very quick to respond, active, and very open to listening to what the users want. I use it daily for my python developing.

0 Likes