Home  >  Article  >  Development Tools  >  vscode quick use tutorial

vscode quick use tutorial

王林
王林Original
2019-12-16 11:45:4313316browse

vscode quick use tutorial

VSCode (Visual Studio Code) is a free, open source, cross-platform text (code) editor developed by Microsoft. It is currently an almost perfect software development tool for front-end development.

1. Chinese version of vscode

vscode quick use tutorial

commonly used plug-ins for vscode

1. Auto Close Tag (automatically close HTML/XML tags)

vscode quick use tutorial

2. Auto Rename Tag (automatically complete the synchronous modification of the tag on the other side)

vscode quick use tutorial

3. Beautify (format html , js, css)

vscode quick use tutorial

4. Bracket Pair Colorizer (add different colors to the brackets to easily distinguish different blocks)

vscode quick use tutorial

vscode shortcut keys

The left side is the button, the right side is the function (the same below)

vscode quick use tutorial

Basic editing

vscode quick use tutorial

Navigation

vscode quick use tutorial

Search and Replace

vscode quick use tutorial

Debugging

vscode quick use tutorial

Integrated terminal

vscode quick use tutorial

Recommended related article tutorials: vscode tutorial

The above is the detailed content of vscode quick use tutorial. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn