Visual Studio Code

Visual Studio Code
Visual Studio Code 1.18 icon.svg
Visual Studio Code running on Windows 10, with the Search function shown.
Visual Studio Code running on Windows 10, with the Search function shown.
Developer(s) Microsoft
Initial release April 29, 2015; 3 years ago (2015-04-29)
Stable release 1.22 (28 March 2018; 35 days ago (2018-03-28)) [1]
Preview release 1.23.0-insider (6 April 2018; 26 days ago (2018-04-06)) [2]
Repository Edit this at Wikidata
Development status Active
Written in TypeScript, JavaScript, CSS
Operating system Windows 7 or later, OS X 10.9 or later, Linux
Platform IA-32, x64
Size
  • Windows: 43 MB
  • Debian, Ubuntu: 39.3 MB
  • Fedora, Red Hat: 59.8 MB
  • macOS: 61.3 MB
Available in English (US), Simplified Chinese, Traditional Chinese, French, German, Italian, Japanese, Korean, Russian, Spanish[3]
Type Source code editor, debugger
License
Website code.visualstudio.com

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,[7][8] although the official download is under a proprietary license.[6]

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,[9] 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).[10]

In the Stack Overflow 2018 Developer Survey, Visual Studio Code was ranked the most popular developer environment tool, with 34.9% of 75,398 respondents claiming to use it.[11]

History

Visual Studio Code was announced on April 29, 2015 by Microsoft at the 2015 Build conference. A Preview build was released shortly thereafter.[12]

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.[7]

On April 14, 2016, Visual Studio Code graduated the public preview stage and was released to web.[13]

Features

An orange version of the Visual Studio Code logo
Visual Studio 1.17 logo

Visual Studio Code is a source code editor. It supports a number of programming languages and a set of features that may or may not be available for a given language, as shown in the following table. Many of Visual Studio Code features are not exposed through menus or the user interface. Rather, they are accessed via the command palette or via a .json file (e.g., user preferences).[14] The command palette is a command-line interface. However, it disappears if the user clicks anywhere outside it or presses a key combination on the keyboard to interact with something outside it. This is true for time-consuming commands as well. When this happens, the command in progress is cancelled.

In the role of a source code editor, Visual Studio Code allows changing the code page in which the active document is saved, the character that identifies line break (a choice between LF and CRLF), and the programming language of the active document.

Language-dependent features[14][not in citation given]
Features Languages
Syntax highlighting
Snippets
Intelligent code completion
Refactoring
Debugging

Visual Studio Code can be extended via plug-ins,[18] available through a central repository. This includes additions to the editor[19] and language support.[14] A notable feature is the ability to create extensions that analyze code, such as linters and tools for static analysis, using the Language Server Protocol.[20]

Reception

In the 2016 Developers Survey of Stack Overflow, Visual Studio Code ranked #13 among the top popular development tools, with only 7.2% of the 46,613 respondents using it.[21] However, in the 2018 Developers Survey, Visual Studio Code was ranked #1, with 34.9% of the 75,398 respondents using it.[11]

Data collection

Visual Studio Code collects usage data and sends it to Microsoft, although this telemetry reporting can be disabled.[22] The data is shared among Microsoft-controlled affiliates and subsidiaries and with law enforcement, per the privacy statement.[23]

References

  1. ^ "Visual Studio Code March 2018 (version 1.22)". 28 March 2018. 
  2. ^ "Download VS Code Insiders". code.visualstudio.com. Microsoft. Retrieved 6 April 2018. 
  3. ^ "Visual Studio Code Display Language (Locale)". code.visualstudio.com. Microsoft. Retrieved 17 July 2017. 
  4. ^ "LICENSE.txt". github.com/Microsoft/vscode. Microsoft. 17 November 2015. 
  5. ^ "Download Visual Studio Code". code.visualstudio.com. Microsoft. Retrieved 16 August 2016. 
  6. ^ a b "Microsoft Software License Terms". code.visualstudio.com. Microsoft. Retrieved 16 August 2016. 
  7. ^ a b "Visual Studio now supports debugging Linux apps; Code editor now open source". Ars Technica. Retrieved 18 November 2015. 
  8. ^ Lardinois, Frederic (April 29, 2015). "Microsoft Launches Visual Studio Code, A Free Cross-Platform Code Editor For OS X, Linux And Windows". TechCrunch. 
  9. ^ "Microsoft's new Code editor is built on Google's Chromium". Ars Technica. Retrieved 18 November 2015. 
  10. ^ "Monaco Editor". microsoft.github.io/monaco-editor. 
  11. ^ a b "Developer Survey Results 2018". StackOverflow Insights. Stack Exchange. Retrieved 7 April 2018. 
  12. ^ Montgomery, John (April 29, 2015). "BUILD 2015 News: Visual Studio Code, Visual Studio 2015 RC, Team Foundation Server 2015 RC, Visual Studio 2013 Update 5". 
  13. ^ "Visual Studio Code editor hits version 1, has half a million users". Ars Technica. Condé Nast. 15 April 2016. 
  14. ^ a b c "Language Support in Visual Studio Code". Visual Studio Code. October 10, 2016. Retrieved 2016-10-12. 
  15. ^ pugjs.org
  16. ^ "standalone-languages/jade.ts". Microsoft/vscode GitHub repository. Microsoft. 13 November 2015. 
  17. ^ "Nim Wiki: Editor Support". 
  18. ^ "Extending Visual Studio Code". Visual Studio Code. October 10, 2016. Retrieved 2016-10-12. 
  19. ^ "Managing Extensions in Visual Studio Code". Visual Studio Code. October 10, 2016. Retrieved 2016-10-12. 
  20. ^ "Creating Language Servers for Visual Studio Code". Retrieved 2017-02-27. 
  21. ^ "Developer Survey Results 2016". Stack Overflow Insights. Stack Exchang. Retrieved 7 April 2018. 
  22. ^ "Visual Studio Code FAQ". Archived from the original on 28 August 2016. Retrieved 4 November 2016. VS Code collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more. If you don’t wish to send usage data to Microsoft, you can set the telemetry.enableTelemetry setting to false. 
  23. ^ "Microsoft Enterprise and Developer Privacy Statement". Archived from the original on 4 November 2016. Retrieved 4 November 2016. 

External links