Hacker News new | ask | show | jobs
by justncase80 3810 days ago
Have you tried this?

https://code.visualstudio.com/

1 comments

That's an editor, not an IDE. It's basically Atom, with some specialized plugins.
It is built on Electron Shell, but vscode is a lot more than a preselected set of plugins for Atom. Most of vscode was written from scratch in TypeScript or assembled from existing (non-Atom) parts. The editors don't really share code.
+1 vscode is just using Electron Shell, not entire Atom. vscode is a well executed project. During initial testing vscode seemed much more responsive than Atom to me.
Yeah, VSCode definitely seems more responsive. I tried giving Atom a try 2-3 times now, but it always seemed "laggy" for lack of a better word.
I can crash Atom pretty consistency, especially with semi large projects. VS Code I haven't managed to crash at all.
What is the difference between an IDE and an editor? When this supports C++, be prepared for Visual Studio to disappear.

Also, it's based on Electron but doesn't have anything to do with Atom.

An Integrated Development Environment as the name suggests integrates all of the tools in a developer's environment: editor, compiler, debugger, source control, servers. An editor is just one part of that.
vscode is intended to be a compiler/debugger/etc. It can already debug node/mono apps. Checkout dnx, .NET Core, and Roslyn. Soon, Visual Studio will not be needed for pure c# applications, except traditional MSBuild/csprojs and C++.