I believe Sublime Text is by far the most optimized and powerful "text editor".
However, for writing any code you need some IDE-like features that help you write code faster and more efficiently and that's where sublime plugins come into the picture, there are a lot of plugins using which you can get similar features like any IDE.
But one thing I couldn't replicate which was auto-generating python import statement, I have tried many plugins LSP, conda, Jedi etc, but none of them worked or were too hard to setup and most of them are now inactive projects so if i had any issues it was harder to get resolution.
Introducing
PyRockAfter desperate attempts i decided to build a plugin called
PyRockwhose "First" objective was togenerate Python import statementsforlibraries installedin yourPython virtualas well asglobal environmentor from yourproject codebase, it does all very seamlessly.Its very easy to use too, just the install the plugin using sublime package control and if you have python set globally it will
scan its package automatically, and it also supports forscanning your virtual environmenttoo, just follow the readme to update the setting and you are good to go.So I do request anyone who works with
Pythonand is inlove with Sublime Textdo tryPyRock.Its
open sourcedso if you want to contribute to it, you are more then welcome. Github repo