Turning Sublime Text into a Lightweight Python IDE
21–30 of 154 posts
Re: Turning Sublime Text into a Lightweight Python IDE
#22Wait — People are actually still using ST in 2017? And here I was thinking Atom and VSCode had dominated the IDE/Editor environment
I don't understand this attitude. Atom's look/feel/functionality/default keybinds are based on sublime text. Sublime text is a lot faster/more reliable. Atom has a large community building addons for it. Take your pick. I used atom until I got annoyed by how it choked on large files and crashed semi-frequently.
Re: Turning Sublime Text into a Lightweight Python IDE
#23Re: Turning Sublime Text into a Lightweight Python IDE
#24i'd just rather use pycharm. https://www.jetbrains.com/pycharm/
Completely agree. I can't use even the best editor if it doesn't provide basic navigation, and debugging functions. 20 years ago, people claimed that IDEs were bad, but now the situation have changed. PyCharm has almost everything that Sublime has, and even more, there's vim mode, which moved editing to a new level.
Re: Turning Sublime Text into a Lightweight Python IDE
#25Sublime doesn't actually come with Package Control and Package Control itself is a confusing usability nightmare. It's a fine and snappy cross-platform editor but the whole extensibility thing has unfortunately turned out ugly and unpleasant.
Re: Turning Sublime Text into a Lightweight Python IDE
#26Wait — People are actually still using ST in 2017? And here I was thinking Atom and VSCode had dominated the IDE/Editor environment
A colleague of mine really likes VSCode for Node, as it's more of an IDE than Sublime text. However, for text editing, outside of vim itself, I haven't encountered anything remotely as good as sublime text. Really. Why would I use Atom with all its slowness for most text editing tasks? And VSCode has more features than I need for text editing. Is it particularly pleasant to open a bunch of XML, JSON, YAML, etc files…
Re: Turning Sublime Text into a Lightweight Python IDE
#27i'd just rather use pycharm. https://www.jetbrains.com/pycharm/
Re: Turning Sublime Text into a Lightweight Python IDE
#28Multiple times while editing large files my editor would slow down or crash.
Re: Turning Sublime Text into a Lightweight Python IDE
#29Sublime Text comes with a great system for Package Control. [...] To install a plugin using Package Control, open the command palette with shift-super-P (ctrl-shift-P on Windows/Linux). The super key is command or ⌘ on OS X. When the palette opens, typing install will bring up the Package Control: Install Package command. Sublime doesn't actually come with Package Control and Package Control itself is a confusing usa…
Re: Turning Sublime Text into a Lightweight Python IDE
#30Sublime Text comes with a great system for Package Control. [...] To install a plugin using Package Control, open the command palette with shift-super-P (ctrl-shift-P on Windows/Linux). The super key is command or ⌘ on OS X. When the palette opens, typing install will bring up the Package Control: Install Package command. Sublime doesn't actually come with Package Control and Package Control itself is a confusing usa…
I always thought that was a little odd. Not sure why it's not just "preinstalled" already. I doubt the author of ST doesn't use plugins? If he wanted it to be optional he should make it opt-in as a default that you could take off if you didn't want it....
VS Code seems to strike a good middle ground on this - it's all still a pile of JSON config files but the UI for managing it doesn't make you want to run away from home and become an itinerant chartered accountant.