Live data from Hacker News

Visual Studio Code is now open source

code.visualstudio.com

41–50 of 403 posts

Re: Visual Studio Code is now open source

#41
post #23

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.

Yep! That's how I do it.

Re: Visual Studio Code is now open source

#42
post #31
post #16

The 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.

Do you remember CoffeeScript?

Re: Visual Studio Code is now open source

#44
post #16

The 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.

Personally (!) I don't agree with your negative points.

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

#45
post #6

As 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

The new Go extension [1] supports debugging as well. Just starting to play with it, but so far it's giving me a reason to start using VS Code.

[1] https://marketplace.visualstudio.com/items/lukehoban.Go

Re: Visual Studio Code is now open source

#46

I 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…

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...

Re: Visual Studio Code is now open source

#47
post #24

I 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?

Amusing counter argument, but the pendant in me wants to point out that the DOS-name was inherited from the SCP product MS bought[1] rather than a naming convention MS created

[1] https://en.wikipedia.org/wiki/86-DOS

Re: Visual Studio Code is now open source

#48
post #21
post #3

Earlier 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.

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 made me think it's an editor not an IDE but maybe that's changed.

Re: Visual Studio Code is now open source

#50
post #16

The 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.

I fail to see how refactoring to Typescript is a negative thing. It outputs beautiful Javascript. So now, they have Typescript which helps them immensely while developing, plus they have a better version of the Javascript code they started with.
Post reply on HN