VSCode installation tutorial [Windows system]

Table of contents

1. Download VSCode

2. Install VSCode

3. Configure VSCode


1. Download VSCode

Enter the official website , select the corresponding version, click to download automatically

2. Install VSCode

1. Double-click the downloaded exe file

2. Click "Agree Agreement" and enter "Next Step"

3. Click "Browse", change the installation location, and click "Next"

4. Click "Next"

5. Select the following check boxes and click "Next"

6. Confirm the information and click "Install"

7. Waiting for installation

8. Click "Finish"

3. Configure VSCode

1. Install the Chinese language pack plug-in

2. Select the desired appearance and click "Browse Color Themes"

3. Sync to or from other devices, click "Start Settings Sync" and "Login and Open"

4. Select the login method, and then enter the account password on the pop-up web page 

5. Only one shortcut is needed to access all content, just select it

6. Rich support for all languages, click "Browse Language Extensions"

7. Install the language plug-in according to your own needs

8. Open your code and click "Select Folder", which is used to store code files

9. Choose to trust the folder in the pop-up interface

10. Quickly navigate between files, just select it directly, and click "Next Section"

11. Just select these items directly, and click "Next Section"

12. Parallel editing, click "Split Editor", and then an editor will pop up, which can be edited at the same time 

13. Check the code in the operation, just select it directly

14. To install git, click "Install Git" if necessary, I have not installed it here

15. Check the last two items directly, and then click "Mark Completed"

Guess you like

Origin blog.csdn.net/yang4123/article/details/127346981