> The final requirement for a reasonable IDE experience is to be able to follow a debugging session in the file where the code exists. > There is no plugin for SublimeText that supports this. But there is a Python package you can install into the virtualenv for each of your projects that does it. This drives me batty whenever I see "turn XYZ into an IDE for (foo)." The author of this post at least lists debugger inte…
Turning Sublime Text into a Lightweight Python IDE
91–100 of 154 posts
Re: Turning Sublime Text into a Lightweight Python IDE
#92Maybe I'm the exception, but I can't see why people, why programmers , bother investing their editing-skills in a closed-source editor and toolkit. Sublime is closed source. When it croaks up and dies, all the skills you've built up will be wasted, and you'll have to rebuild them elsewhere. Why not invest in something open instead? There's more options than ever before, and they're all good. For me, VS Code seems to…
The appeal of Sublime is that you have more than 3 hours of battery life. All Electron applications are battery killers.
Re: Turning Sublime Text into a Lightweight Python IDE
#93Maybe I'm the exception, but I can't see why people, why programmers , bother investing their editing-skills in a closed-source editor and toolkit. Sublime is closed source. When it croaks up and dies, all the skills you've built up will be wasted, and you'll have to rebuild them elsewhere. Why not invest in something open instead? There's more options than ever before, and they're all good. For me, VS Code seems to…
Sublime is not really an IDE imho. It's a very good text editor though, which has a lot of feature overlap with IDEs, but I wouldn't prefer to develop within Sublime.
There are diminishing returns for learning really obscure text manipulation features. It's always cool to see someone make it look easy with emacs on an i3-gaps desktop with anime wallpaper, but most of us can get by with learning some basic regex/replace, navigation commands, and editing commands. I'd rather be learning a different language than a text editor.
Re: Turning Sublime Text into a Lightweight Python IDE
#94Maybe I'm the exception, but I can't see why people, why programmers , bother investing their editing-skills in a closed-source editor and toolkit. Sublime is closed source. When it croaks up and dies, all the skills you've built up will be wasted, and you'll have to rebuild them elsewhere. Why not invest in something open instead? There's more options than ever before, and they're all good. For me, VS Code seems to…
Re: Turning Sublime Text into a Lightweight Python IDE
#95No mentioning of Anaconda for Sublime? It has many of this features out of the box. But the best IDE experience (beside PyCharm) is really using VSCode + the most popular Python extension https://github.com/DonJayamanne/pythonVSCode This setup is a total replacement for PyCharm for me. Code Refactoring, code definition jump, IntelliSense suggestions and help, linting, virtualenv support, code formatting etc. etc. And…
My biggest problem with VSCode was the loss of ST's support for working across multiple project folders. When I'm working with Django I'll break code out into reusable apps but find it difficult to work concurrently on these separate folders of code. Would love to hear if there's a setting I was missing as I'd like all the other features in VSC.
Re: Turning Sublime Text into a Lightweight Python IDE
#96Earlier quoted context omitted.
So that's the case for JetBrains' products then? VSCode is Microsoft's product, and they are doing solid job with it now, but who knows what they will do with it in 5 years' time. I won't be surprised if they try to integrated it with Azure more closely and do some things which are not relevant to me. Plus it's Electron app which I won't use. And it's not like open source solution can't fail and be abandoned. Only tw…
What's wrong with an Electron app? I am curious.
Re: Turning Sublime Text into a Lightweight Python IDE
#97Maybe I'm the exception, but I can't see why people, why programmers , bother investing their editing-skills in a closed-source editor and toolkit. Sublime is closed source. When it croaks up and dies, all the skills you've built up will be wasted, and you'll have to rebuild them elsewhere. Why not invest in something open instead? There's more options than ever before, and they're all good. For me, VS Code seems to…
Sublime is not Vim or Emacs, you just move on to the next CUA text editor or IDE. It's not like you need more than 20 or so extra commands to be effective in a CUA IDE:
* go to class/function/file/symbol
* build/run/debug/run tests
* debug commands (step over, step into)
And you pick those up in 15 minutes. Good editors and IDE have remapable keys or can even emulate ones from other editors and IDE.
And this is on top of the default: save is Ctrl-S, copy is Ctrl-C, cut is Ctrl-X, paste is Ctrl-V, close tab is Ctrl-W, etc., etc.
Re: Turning Sublime Text into a Lightweight Python IDE
#98A lot of unjustified negative comments. Sublime Text is a nice fast IDE for python. So is PyCharm. CWWFY (Choose what works for you)
Re: Turning Sublime Text into a Lightweight Python IDE
#99Maybe I'm the exception, but I can't see why people, why programmers , bother investing their editing-skills in a closed-source editor and toolkit. Sublime is closed source. When it croaks up and dies, all the skills you've built up will be wasted, and you'll have to rebuild them elsewhere. Why not invest in something open instead? There's more options than ever before, and they're all good. For me, VS Code seems to…
Re: Turning Sublime Text into a Lightweight Python IDE
#100Maybe I'm the exception, but I can't see why people, why programmers , bother investing their editing-skills in a closed-source editor and toolkit. Sublime is closed source. When it croaks up and dies, all the skills you've built up will be wasted, and you'll have to rebuild them elsewhere. Why not invest in something open instead? There's more options than ever before, and they're all good. For me, VS Code seems to…
Sublime has been around for a while. Why should it go away anytime soon? And even if it did, it's pretty stable and I bet will continue to work for years, even if the developers did stop working on it. I guess people prefer Sublime over Atom / VS Code because of its performance. To them (including me) that matters more than what might happen in 20yrs.