Live data from Hacker News

VSCode January 2019 (version 1.31) released

code.visualstudio.com

1–10 of 41 posts

Re: VSCode January 2019 (version 1.31) released

#7

At this point I am 100% sure, VS code will become a IDE like Visual Studio.

I think the key is that it has the potential to be a great platform.

The text-editing "fundamentals" are covered by the Monaco engine. The rest is covered by extensions.

Out of the box, it's not much more than a glorified Notepad. Add some extensions and suddenly I'm stepping through my Rust breakpoints and inspecting values.

Re: VSCode January 2019 (version 1.31) released

#8

At this point I am 100% sure, VS code will become a IDE like Visual Studio.

For many languages it's pretty much there, if you install the right extensions. Sometimes, yeah, excessively so.

But then you uninstall that extension and it's a nice, reasonably lightweight editor again.

Re: VSCode January 2019 (version 1.31) released

#9
This allows you to create a VS Code terminal panel, which occupies the complete editor area as shown below:

Emphasis on: which occupies the complete editor area as shown below:

So finally windows has a decent terminal emulator, will install vscode just for this next time I'm on windows.

Post reply on HN