Earlier quoted context omitted.
There's other features, but the biggest for me is if you're writing TypeScript or C# you get first-class visual debugging support. Also the live Markdown Preview (cmd-shift-v) is pretty awesome.
You can use Split Editor and Markdown Preview to have live preview while editing.
Visual Studio Code is now open source
41–50 of 403 posts
Re: Visual Studio Code is now open source
#42The good: The Monaco editor component that Microsoft paid a lot of money is now under MIT license. (bought the company from Switzerland) The bad: they refactored it to TypeScript (from Javascript) The ugly: the sole existence of TypeScript and some ES6 syntax is the monaco editor project and Visual Studio Online and Visual Studio Code is a fork of it.
Why is refactoring code from JavaScript to TypeScript a bad thing? Short of using a better, but non-web-compatible language, I don't really see a better option.
Re: Visual Studio Code is now open source
#43Re: Visual Studio Code is now open source
#44The good: The Monaco editor component that Microsoft paid a lot of money is now under MIT license. (bought the company from Switzerland) The bad: they refactored it to TypeScript (from Javascript) The ugly: the sole existence of TypeScript and some ES6 syntax is the monaco editor project and Visual Studio Online and Visual Studio Code is a fork of it.
We refactored a JS SPA to TypeScript and couldn't be happier about it. So that 'bad' point is fixed.
They use TypeScript also for the TFS web interface, on premise and online and are very happy with the result. There an article on bharrys blog on MSDN about that. So that 'ugly' point is fixed.
Is there really anything bad about TypeScript?
Re: Visual Studio Code is now open source
#45As 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.
One of the biggest advantages that I know of is that VSC has a very good NodeJS debugger for Javascript and Typescript[1]. Having the debugger integrated into the editor is huge improvement over Node Inspector. Last time I tried Atom's debuggers, they were not very good. [1]: https://code.visualstudio.com/Docs/editor/debugging
Re: Visual Studio Code is now open source
#46I actually visited the VS Code team at Microsoft a few weeks ago for a product-research day where they brought in developers from small teams from around the US. I had heard that this was the plan, and I'm excited to see that it has since happened. They showed some compelling features (still not-yet released) that I think would bring this well-beyond a simple Atom competitor. Once they bring the debugging and linting…
[1] https://channel9.msdn.com/Events/Visual-Studio/Connect-event...
Re: Visual Studio Code is now open source
#47I really hate how MS names things. Microsoft SQL Server, or as most people call it SQL Server. I read the title to this post as Visual Studio code is now open-source - but it's not. The product some genius called Visual Studio Code has been opened. I'm really surprised Windows isn't called Microsoft Operating System, or Operating System for short.
You mean like Microsoft Disk Operating System from back in the day?
Re: Visual Studio Code is now open source
#48Earlier quoted context omitted.
corporate shill /s
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.
Personally the look at VS Code made me think it's an editor not an IDE but maybe that's changed.
Re: Visual Studio Code is now open source
#49Re: Visual Studio Code is now open source
#50The good: The Monaco editor component that Microsoft paid a lot of money is now under MIT license. (bought the company from Switzerland) The bad: they refactored it to TypeScript (from Javascript) The ugly: the sole existence of TypeScript and some ES6 syntax is the monaco editor project and Visual Studio Online and Visual Studio Code is a fork of it.