Home > Article > Development Tools > Is the vscode editor cross-platform?
Visual Studio Code
(referred to as VS Code / VSC) is a free and open source modern lightweight code editor that supports syntax highlighting and intelligent code completion. It has comprehensive, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features, and is optimized for web development and cloud application development.
The software supports cross-platform Win
, Mac
and Linux
, and runs smoothly. It can be said to be Microsoft's conscience work.
Of course, Microsoft claims that Visual Studio Code is not a full version of Visual Studio. It is just a lightweight code editor, not a heavyweight complete IDE (integrated development environment).
Visual Studio Code download and installation
1. Go to the VSCode official website to download
2. Click Download for Windows v to download according to your operating system
3. Find the downloaded VSCode installation file and double-click to run
4. Enter the installation wizard interface of VSCode and click Next to start the installation.
##5. Select the installation location of VSCode and click Next 6. Create the start menu folder and click Next 7. Select the Add to PATH (restart to take effect) option and click Next Step 8. Confirm the installation steps and click Install to start the installation Recommended related article tutorials:The above is the detailed content of Is the vscode editor cross-platform?. For more information, please follow other related articles on the PHP Chinese website!