Home  >  Article  >  Development Tools  >  How to install plug-in in vscode? Introduction to commonly used plug-ins

How to install plug-in in vscode? Introduction to commonly used plug-ins

青灯夜游
青灯夜游forward
2020-09-07 10:13:474006browse

How to install plug-in in vscode? Introduction to commonly used plug-ins

VSCode The full name is Visual Studio Code. It is a lightweight code editor produced by Microsoft. It is free, open source and powerful. It supports syntax highlighting, intelligent code completion, custom hotkeys, bracket matching, code snippets, code comparison Diff, GIT and other features of almost all mainstream programming languages, and supports plug-in extensions.

Related recommendations: "vscode Basic Tutorial"

1. How to install the plug-in?


Method 1:

Press F1 or Ctrl Shift p, enter extensions, select "Extensions: Install Extensions"

How to install plug-in in vscode? Introduction to commonly used plug-ins

Method two:

ctrl P and then enter>ext install

How to install plug-in in vscode? Introduction to commonly used plug-ins

##Method three:
Click on the picture Location

How to install plug-in in vscode? Introduction to commonly used plug-ins

2. Commonly used plug-ins?


(1)Auto Close Tag

Automatically close HTML/XML tag

How to install plug-in in vscode? Introduction to commonly used plug-ins

(2 ) Auto Rename Tag

Automatically complete the synchronized modification of the tag on the other side

How to install plug-in in vscode? Introduction to commonly used plug-ins

(3) Bracket Pair Colorizer

Add different colors to brackets to distinguish different blocks. Users can define different bracket types and colors

How to install plug-in in vscode? Introduction to commonly used plug-ins

How to install plug-in in vscode? Introduction to commonly used plug-ins# #(4) Chinese (Simplified) Language Pack——Chinese (Simplified) Language Pack for Visual Studio Code

Convert the compiler to Chinese mode

How to install plug-in in vscode? Introduction to commonly used plug-ins(5) Vetur

Vue multi-functional integrated plug-in, including: syntax highlighting, smart prompts, emmet, error prompts, formatting, auto-completion, and debugger. vscode officially designated Vue plug-in, a must-have for Vue developers.

How to install plug-in in vscode? Introduction to commonly used plug-ins

How to install plug-in in vscode? Introduction to commonly used plug-ins

(6) Git History Diff

If you If VSCode opens a code managed by Git, in the VSCode editing window, you can see all submission records and change files, including the submission time and submitter of each line of code, which is very convenient.

1How to install plug-in in vscode? Introduction to commonly used plug-ins

1How to install plug-in in vscode? Introduction to commonly used plug-ins

##(7) GitLens — Git supercharged

Convenience Check the git log. You need to check the log when multiple people collaborate on git. You can check it in the current code

1How to install plug-in in vscode? Introduction to commonly used plug-ins

(8) Path Intellisense1How to install plug-in in vscode? Introduction to commonly used plug-ins

Automatically prompt file paths and support various quick import files

1How to install plug-in in vscode? Introduction to commonly used plug-ins

(9) markdownlint1How to install plug-in in vscode? Introduction to commonly used plug-ins

markdown syntax error correction

1How to install plug-in in vscode? Introduction to commonly used plug-ins

(10)Markdown Preview Enhanced1How to install plug-in in vscode? Introduction to commonly used plug-ins

Real-time preview of markdown, a must for markdown users

How to install plug-in in vscode? Introduction to commonly used plug-ins

(11)Debugger for Chrome

Map breakpoints on vscode to chrome for easy debugging

2How to install plug-in in vscode? Introduction to commonly used plug-ins

(12) ESLint

Automatically format code to maintain consistent formatting across the entire team. ESLint can also be configured to automatically format your code, giving you a series of warnings every time you make an error.

2How to install plug-in in vscode? Introduction to commonly used plug-ins

(13)HTML CSS Support

CSS Class smart prompt in HTML

2How to install plug-in in vscode? Introduction to commonly used plug-ins

(14 ) HTML Snippets

Intelligent prompt HTML tags, and tag meaning

2How to install plug-in in vscode? Introduction to commonly used plug-ins

(15) vscode-fileheader

Top comment template, definable Author, time and other information will be automatically updated with the last modification time
Shortcut key: Ctrl Alt i
(The default information can be modified in File → Preferences → Settings)

2How to install plug-in in vscode? Introduction to commonly used plug-ins

For more programming-related knowledge, please visit: Programming Teaching! !

The above is the detailed content of How to install plug-in in vscode? Introduction to commonly used plug-ins. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete