Visual Studio Code is now open source
161–170 of 403 posts
Re: Visual Studio Code is now open source
#162As an Atom user that's only dabbled with VS Code when it was announced, what are its advantages? Last time I tried Code it seemed like a fork of Atom with Microsoft branding.
Long time Atom user here as well. When I first tried VS Code, the first thing that I noticed was how much better the performance was compared to Atom. From general snappiness of basic editing tasks to startup times to working with large files, VS Code simply outperformed Atom across the board according to my brief unscientific observations. At the time, I ended up sticking with Atom mainly because VS Code wasn't open…
Re: Visual Studio Code is now open source
#163This is pretty amazing from the company that was trying to kill Linux just a few years ago and is now adopting that mentality for developing and delivering software. While I don't want to be negative; this and other recent moves by MS, seem to be an effort to lighten the overladen ship that is the MS super-tanker. Will moves like this prevent them from sinking? Personally, I switched away from MS products in 1996 and…
Re: Visual Studio Code is now open source
#164Re: Visual Studio Code is now open source
#165Re: Visual Studio Code is now open source
#166The name of the "VS Code" product makes the title a little mis-leading. I thought the code for "Visual Studio" was open sourced. Turns out it's just this stripped down editor called "Visual Studio Code".
They need a VP of Product Names, someone that actually cares what their products are called. '.Net' for example is a stupid name because it is practically un-googleable.
Re: Visual Studio Code is now open source
#167Earlier 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.
Re: Visual Studio Code is now open source
#168One thing I really dislike about Atom is it's complete reliance on and lack of abstraction over the node APIs, making it nearly impossible to port to run hosted (which really confuses me, as I'd think that Github would love to have a great online editor integrated right into repos).
If VSC only uses async APIs, it might be easier to get running in a browser.
Also, Atom's security model is very weak. Extensions have direct access to node APIs (as do iframes! but that's an Electron issue). Sandboxing extensions would be a huge deal for me.
Re: Visual Studio Code is now open source
#169How is the support for C#? Does it support debugging web apps on Mac OS X? Is there any basic refactoring for it?
Re: Visual Studio Code is now open source
#170Earlier quoted context omitted.
Long time Atom user here as well. When I first tried VS Code, the first thing that I noticed was how much better the performance was compared to Atom. From general snappiness of basic editing tasks to startup times to working with large files, VS Code simply outperformed Atom across the board according to my brief unscientific observations. At the time, I ended up sticking with Atom mainly because VS Code wasn't open…
This is spot on for me as well. I always wondered how VSC was so much faster given that they are both on top of Electron. In either case, this is all great news.