Difference between revisions of "Visual Studio Code"
imported>ChikkenChazer (Introduce Text Editors/Visual Studio Code page) |
imported>Qazaaq (added link to other editors) |
||
Line 21: | Line 21: | ||
TBD | TBD | ||
==See Also== | |||
*[[:Category:Text Editors|Other Text Editors]] |
Revision as of 21:06, 14 December 2017
Visual Studio Code is a source code editor developed by Microsoft. 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 does not use Atom and instead employs the same editor component (codenamed "Monaco") used in Visual Studio Team Services (formerly called Visual Studio Online).
See Wikipedia's page for more information.
Installation
Install Visual Studio Code
Go to the Visual Studio Code website, download the setup file, and run it.
Install packages
- Papyrus [1]
Usage
TBD
Compilation
TBD