[Learning experience] Virtual Studio Code download, installation and simple settings

1. Download

1. vs code official website: https://code.visualstudio.com/

2. Installation

1. Double-click the installation file to start the installation.

2. Agree to the agreement and start the next step.

 3. Select the path you want to install.

 

 4. Check these three to facilitate right-clicking the file or folder in vs code.

 

 

5. There are almost no pitfalls in the installation steps, and the installation is successful directly!

 

 3. Simple setup (writing python)

1. Search Chinese in the plug-in market and set the software to a Chinese interface.

2. Search for Python in the plug-in market and download the plug-in that runs Python directly in vs code.

3. Search for Translation in the plug-in market and download the word-marking translation software.

4. Search for code runner in the plug-in market, and you can run Python files directly in vs code.

 

Guess you like

Origin blog.csdn.net/qq_39780701/article/details/131565126