VSCode junior level installation tutorial

For developers, a good development tool can often get twice the result with half the effort. The more common web development tools are Dreamweaver, Sublime, WebStorm, HBuilder, VSCode. Seeing so many development tools, is your head bigger? Don't worry, we only need to master one of the most practical tools. And these development tools are basically used in a similar way, and you can learn by analogy if you master one of the other. Let's take a look at the web development tool VSCode Xiaobai level installation tutorial!

VS download link : development tool VSCodeInsert picture description here
1. Why install VSCode?

The reason why VSCode was chosen among the many web development tools is that it has a very high use rate in front-end development and is a must-have artifact in the vast developer tool library. The advantages of VSCode are: as a free development tool, it can be downloaded, distributed, and commercialized at will; and it is also a lightweight editor, the installation package occupies a small memory, the startup speed is fast, and the user experience is very good; at the same time, it It has a wealth of plug-ins, covering front-end, back-end code, and the corresponding plug-ins of the framework, which helps to improve the efficiency of research and development; it can also provide remote development, code tracking, and debugging to achieve efficient project management and collaborative development.

2. VSCode download

Now that it is a novice-level installation tutorial, we will first start with the download and guide everyone. Click on the URL: https://code.visualstudio.com to enter the corresponding VSCode official website; according to the computer system situation, select the appropriate version from the website to download it. How about it, is it easy to download VSCode? Let's take a look at the detailed steps of the installation.

3. Installation of VSCode (take Windows system as an example)

(1) Find the downloaded installer and double-click the application as shown below
Insert picture description here

(2) Open the installation interface (as shown below), select the installation location, and install VSCode to any directory on the disk according to your own situation.
Insert picture description here

(3) Determine the installation location, click'Next', and check the tasks according to the following figure;
Insert picture description here

(4) After checking the options as required, you can directly click "Next", the following interface will appear, and click the "Install" button;
Insert picture description here

(5) Start the installation operation, enter the "Installing" state, and then the installation is successful, start VSCode;

(6) Install the Chinese language pack. After starting, you will find that all the VSCode interface displays English; if you want to display Chinese, you need to install the Chinese language pack. The installation of the Chinese language pack can be completed according to the sequence of steps suggested in the above figure.
Insert picture description here
At this point, all the installation and configuration of VSCode is complete. The whole installation process is relatively simple. As long as you follow the above-mentioned tutorials, you can complete the installation of VSCode on your computer. After completing the VSCode installation, you can experience the power of this web development tool!

Guess you like

Origin blog.csdn.net/JACK_SUJAVA/article/details/109227685