VSCode安装

1.下载

VSCode安装

VSCode安装

2.安装:

检查NET Framework版本

Installation#

  1. Download the Visual Studio Code installer for Windows.
  2. Once it is downloaded, run the installer (VSCodeUserSetup-{version}.exe). This will only take a minute.
  3. By default, VS Code is installed under C:\users\{username}\AppData\Local\Programs\Microsoft VS Code.

Alternatively, you can also download a Zip archive, extract it and run Code from there.

Note: .NET Framework 4.5.2 or higher is required for VS Code. If you are using Windows 7, make sure you have at least .NET Framework 4.5.2 installed. You can check your version of .NET Framework using this command, reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version from a command prompt.

VSCode安装

直接解压:

VSCode安装

打开

VSCode安装

3.安装中文插件

VSCode安装

VSCode安装

VSCode安装

4.设置

1)

VSCode安装

2)自动保存代码

VSCode安装

3)

VSCode安装

VSCode安装

VSCode安装

VSCode安装

5.安装live server插件,类似于tomcat

VSCode安装

6.vue插件

VSCode安装