Visual Studio Code running on Windows 7, with "Search" function activated
|
|
Developer(s) | Microsoft |
---|---|
Initial release | April 29, 2015 |
Stable release | 1.9.1 (9 February 2017 | )
Preview release | 1.10.0 |
Repository | github |
Development status | Active |
Written in | TypeScript, JavaScript, CSS |
Operating system | Windows 7 or later, OS X 10.10 or later, Linux |
Platform | IA-32, x64 |
Size |
|
Available in | English, French, German, Italian, Japanese, Korean, Russian, Spanish, Chinese (both simplified and traditional) |
Type | Source code editor, debugger |
License |
|
Website | code |
Visual Studio Code is a source code editor developed by Microsoft for Windows, Linux and macOS. It includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. It is also customizable, so users can change the editor's theme, keyboard shortcuts, and preferences. It is free and open-source, although the official download is under a proprietary license.
Visual Studio Code is based on Electron, a framework which is used to deploy Node.js applications for the desktop running on the Blink layout engine. Although it uses the Electron framework, the software is not a fork of Atom, it is actually based on Visual Studio Online's editor (codename "Monaco").
Visual Studio Code was announced, and a preview was released, on April 29, 2015 by Microsoft at the 2015 Build conference.
On November 18, 2015, Visual Studio Code was released under the MIT License and its source code posted to GitHub. Extension support was also announced.
On April 14, 2016, Visual Studio Code graduated the public preview stage and was released to web.