Visual Studio Code

From the Fallout4 CreationKit Wiki
Revision as of 22:06, 14 December 2017 by imported>Qazaaq (added link to other editors)
Jump to navigation Jump to search

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

Usage

TBD

Compilation

TBD

See Also