Svg Vscode
# SVG VScode
In the previous chapter, we introduced the basic concepts and examples of SVG. In this chapter, we will introduce VScode, the editor for SVG code.
VSCode (full name: Visual Studio Code) is a free source code editor developed by Microsoft and cross-platform, and the VSCode development environment is very simple and easy to use.
### Install VS Code
Installing VSCode is also very simple. Open the official website [https://code.visualstudio.com/](https://code.visualstudio.com/), download the software package, and install it step by step. During the installation process, pay attention to the installation path settings, environment variables are automatically added to the system by default, check all the following options:
!(#)
For the complete VSCode installation tutorial, refer to: [
* * *
## Create an svg code file
Open VScode, then click New File:
!(
YouTip