vscode software installation package download and installation tutorial

Table of contents

1. Software introduction

2. Software download

3. Installation steps 


1. Software introduction

VSCode (full name: Visual Studio Code) is a free cross-platform source code editor developed by Microsoft. The software supports syntax highlighting, code auto-completion (also known as IntelliSense), code refactoring, view definition functions, and has built-in command line tools and Git version control systems. Users can change themes and keyboard shortcuts to personalize settings, and can also install extensions through the built-in extension store to expand software functionality.

VS Code uses Monaco Editor as its underlying code editor.

In the 2019 developer survey organized by Stack Overflow, Visual Studio Code was considered the most popular development environment among developers.

Official website address: Documentation for Visual Studio Code

 
2. Software download

Download address: vscode software installation package download and installation tutorial-Yiweibang

3. Installation steps 

1. Find VSCode in the download directory, double-click to start the installation, a security warning may appear, click to run;  

 2. After reading the agreement, click I agree to this agreement and click Next;

 3. Click Browse and select the installation path. The default is C drive. The blogger here selects "D:\Programs\Microsoft VS Code" and click Next;

4. Add it to the start menu. This is the default setting. Click Next;

5. Check as shown in the figure and click Next;

Note:

1: Create shortcut on desktop: check

2: Add VSCode to the right-click menu and support opening files: check

3: Add VSCode to the right-click menu and support opening directories: check

4: After checking, many text formats will be changed to be opened with VSCode, such as .txt files: uncheck

5: Add to PATH (environment variable), automatically added, no manual configuration required: check

6. Confirm the information and click Install; 

7. Wait for the installation to complete;

8. Click to complete the installation.

Guess you like

Origin blog.csdn.net/qq_19309473/article/details/132874955