What exactly is Visual Studio Code?

后端 未结 9 1223
悲哀的现实
悲哀的现实 2021-01-03 17:50

Recently I\'ve read about Microsoft Visual Studio Code. I work primarily with C and C++ languages on GNU/Linux. My question is whether Visual Studio Code is just a simple ed

9条回答
  •  轮回少年
    2021-01-03 18:08

    according to Wikipedia

    https://en.wikipedia.org/wiki/Visual_Studio_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,[5][6] although the official download is under a proprietary license.[4]

    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,[7] the software is not a fork of Atom, it is actually based on Visual Studio Online's editor (codename "Monaco").[8]

提交回复
热议问题