Earlier quoted context omitted.
Honestly none of those are very good. The UX, speed, stability, etc is lacking. Eclipse is ok if you're only doing Java (and was good 10 years ago, but the UX is irrelevant today), but sucks for everything else. IntelliJ is the only one do better support other languages but it too is quite clunky, and I use it regularly. Sublime is not on the verge of becoming an IDE, nor any of those other ones. There are way too ma…
Jetbrains IDEs are highly regarded and run very well under Linux.
Visual Studio Code is now open source
141–150 of 403 posts
Re: Visual Studio Code is now open source
#142Will PTVS (Python Tools for Visual Studio) come to VSCode?
The answer is YES! This will be a major focus next year. Expect full intellisense, debugging, profiling, pkg mgmt, unit test, virtual env, multiple interpreter, Jupyter, etc. support.
Disc: Python/R/Jupyter team lead
Re: Visual Studio Code is now open source
#143Earlier quoted context omitted.
I've tried Eclipse, Netbeans, Komodo IDE, Geany, and found them either too clunky and unusable on my older machine, or too barebones with little intellisense. I did start using Sublime Text once, but didn't stick it out long enough to get used to it. I haven't tried the JetBrains products, to be fair.
Jetbrains really is great. It's like Eclipse, without the bugs and faster. For Python, nothing beats Wings IDE. Both proprietary tho.
Re: Visual Studio Code is now open source
#144Who cares, VS Code is nothing more than a fancy text editor. Not and IDE.
I actually feel quite conflicted. Right now, my favourite dev machine is my Surface 3 non-pro. I use VS Code for local development, and SSH to a tmuxed emacs session on the beefy Linux box at home. My whole life I've generally hated Windows, but since Git for Windows includes bash, it's actually not a bad environment. CMake can target the Visual Studio compiler too, so cross-platform work is pretty smooth too.
Re: Visual Studio Code is now open source
#145Earlier quoted context omitted.
Honestly none of those are very good. The UX, speed, stability, etc is lacking. Eclipse is ok if you're only doing Java (and was good 10 years ago, but the UX is irrelevant today), but sucks for everything else. IntelliJ is the only one do better support other languages but it too is quite clunky, and I use it regularly. Sublime is not on the verge of becoming an IDE, nor any of those other ones. There are way too ma…
Jetbrains IDEs are highly regarded and run very well under Linux.
They're slower, and some features don't quite work right all the time.
Re: Visual Studio Code is now open source
#146Re: Visual Studio Code is now open source
#147What I find quite odd is Microsoft rarely seems to show up on front page of HN, then all of a sudden in concert all of the top links on front page are Microsoft related. It's not that they're not doing good things to help fix their culture, but I find it almost annoying. It seems almost impossible to me that all this promotion is not coming from them directly..
There was a conference this morning. They announced a bunch of interesting newsworthy things within an hour. https://channel9.msdn.com/
The conference does add clarity. I'm surprised I hadn't heard about it before now.
EDIT: Just visited the channel9 live broadcast. "Scott Guthrie's Keynote" showed less than 700 views. The other keynote I looked at had less than 150 views, and the final keynote less than 100 views. I say good for Microsoft on all the changes they're making for the better, but the amount of promotion vs the amount of perceived interest do not appear to align when it comes to Microsoft and their work toward bringing developers into their ecosystem.
Re: Visual Studio Code is now open source
#148We've been asked this by a few people, so I figured this is a good place to respond: Will PTVS (Python Tools for Visual Studio) come to VSCode? The answer is YES! This will be a major focus next year. Expect full intellisense, debugging, profiling, pkg mgmt, unit test, virtual env, multiple interpreter, Jupyter, etc. support. Disc: Python/R/Jupyter team lead https://www.visualstudio.com/features/python-vs
Re: Visual Studio Code is now open source
#149Re: Visual Studio Code is now open source
#150Earlier quoted context omitted.
I'm actually a pretty hard core Linux user who avoids M'soft products when possible, but it's hard to deny I good IDE when I see one. I've never been able to navigate emacs/vim with ease, and sans them, I've never heard of a highly touted, Linux-friendly IDE.
I'm struggling to understand how you are a hard core Linux user yet you've never heard of a good Linux IDE. KDevelop? Eclipse? Netbeans? KomodoIDE? Anything from JetBrains? And I don't even know what might be available on the Gnome side. Then there are all the great editors that sit right on the verge of being IDEs once you configure - Kate, KomodoEdit, Sublime Text and so many more. Personally the look at VS Code ma…