Earlier quoted context omitted.
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…
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…
Visual Studio Code is now open source
111–120 of 403 posts
Re: Visual Studio Code is now open source
#112VSC has revolutionized how I code on Linux. Thank you, Microsoft!
Re: Visual Studio Code is now open source
#113Earlier 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
#114Re: Visual Studio Code is now open source
#115Re: Visual Studio Code is now open source
#116Re: Visual Studio Code is now open source
#117Earlier quoted context omitted.
They acutally demoed Go debugging in the Connect conference keynote today [1], together with the open-source announcement. It has been implemented as part of an extension written by someone inside of Microsoft, if I remember correctly (support for extensions was also announced). [1] https://channel9.msdn.com/Events/Visual-Studio/Connect-event...
The Go extension is also available as an open source project, at https://github.com/Microsoft/vscode-go . We've integrated a number of tools built by the Go community, including the Delve debugger, and we are contributing to these projects. We plan on adding other languages as well, including Python - but if you're interested in building extensions for other languages, we'd like to hear from you.
Re: Visual Studio Code is now open source
#118Earlier 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.
IntelliJ! (and PyCharm, WebStorm, etc.)
Re: Visual Studio Code is now open source
#119Re: Visual Studio Code is now open source
#120Has anyone spent a lot of time with VS Code? I tried it a while back when it was first announced and have not found a reason to re-visit it yet. At the time it felt like a sublime-text alternative instead of an IDE (was it always positioned to be just an editor?) Always great to see more options though.
- I like the 2-pane integrated Git panel.