Click to enter the VSCode official website
Find the 64-bit click to download
##After downloading Install
Configure Chinese plug-in:
ctrl shift p
Input:
Configure Display Language
Select en
After clicking, you will be prompted to restart:
After selecting Restart, the following will appear:
Click the small box on the left and enter chinese, click the first install
and then it will prompt yes
Other plug-ins:
1. Vetur - syntax highlighting, intelligent sensing, Emmet, etc.
Includes formatting functions, Alt Shift F (formatting full text), Ctrl K Ctrl F ( To format the selected code, both Ctrls need to be pressed simultaneously)
2. EsLint - syntax correction
3. open in browse - set the shortcut key to open in the web page
4. Live Server - a plug-in that can display the current vscode code in real time in the browser
Recommended related articles and tutorials:
vscode tutorial
The above is the detailed content of How to download vscode 64-bit. For more information, please follow other related articles on the PHP Chinese website!