I hope this is the right category to put this post
Anyhow! I just bought and installed Sublime Text 3. I have basic knowledge about it, but I’m still in the process of learning it’s features and capabilities.
I mainly program in Python(2.7), so my environment and addons are based on this. But there’s one feature I would like to add which I can’t find:
Is there a Sublime Text 3 addon that will check my python library for modules and built-in functions to be predicted by the completionlist, like PyCharm, which I don’t like ?
I constantly find myself in the situation of coding with a module I’m not used to yet (or never used), and have to google for thee right spelling of the function. This would be VERY helpful.
Thanks in advance <3