Slashdot Mirror


Microsoft Releases Visual Studio Code Preview For Linux, OS X, and Windows

ClockEndGooner writes: Microsoft is still extending its efforts into cross platform development with the release of a preview edition of Visual Studio Code, "a lightweight cross-platform code editor for writing modern web and cloud applications that will run on OS X, Linux and Windows." Derived from its Monaco editor for Visual Studio Online, the initial release includes rich code assistance and navigation for JavaScript, TypeScript, Node.js, ASP.NET 5, C# and many others.

2 of 72 comments (clear)

  1. Re:It is Atom from github by Richard_at_work · · Score: 4, Informative

    Its not simply Atom, it uses the Monaco editor MS have been using on VS Online for some time, as well as Omnisharp and a few other things - Atom supplies the shell, and Chromium the runtime, but its much more than simply Atom.

  2. Re:Atom? The shittiest text editor around? by UnknownSoldier · · Score: 4, Informative

    Yup, Vim FTW! I particularly like this VIM Cheat Sheet

    MS forgot the first rule of programs:

    "Those who forget the past are condemned to re-implement it, badly."