search
HomeDevelopment ToolsVSCodeHow 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

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. If there is any infringement, please contact admin@php.cn delete
手把手带你会习VSCode debug,不信你还不会!手把手带你会习VSCode debug,不信你还不会!Mar 31, 2022 pm 08:45 PM

2022年了,该学会用VSCode debug了!下面本篇文章手把手带大家会习VSCode debug,希望对大家有所帮助!

浅析VSCode怎么关闭自动更新浅析VSCode怎么关闭自动更新Jun 02, 2022 pm 12:56 PM

VSCode怎么关闭自动更新?下面本篇文章给大家介绍一下VSCode关闭自动更新的方法,希望对大家有所帮助!

手把手带你在VSCode中配置 Geant4 和 Root手把手带你在VSCode中配置 Geant4 和 RootApr 25, 2022 pm 08:57 PM

本篇是VSCode配置文章,手把手教大家怎么在VSCode​中配置使用 Geant4 和 Root,希望对大家有所帮助!

23个提高开发效率的前端VSCode插件(快来收藏)23个提高开发效率的前端VSCode插件(快来收藏)Jul 25, 2022 pm 08:06 PM

本篇文章给大家分享23个前端VSCode插件,助你提高开发效率,让你事半功倍,快来收藏吧!

扒一扒vscode Prettier选项中的16个实用属性,让代码变美!扒一扒vscode Prettier选项中的16个实用属性,让代码变美!May 03, 2022 am 10:00 AM

本篇文章扒拉一下vscode Prettier的选项,总结分享16个让你的代码变漂亮的属性,希望对大家有所帮助!

总结分享12个好玩有趣的 VSCODE 插件总结分享12个好玩有趣的 VSCODE 插件May 27, 2022 am 11:06 AM

“工欲善其事,必先利其器!”,vscode作为前端开发的重要工具,其插件能大幅提升战斗力,精心收集12个插件,总有几款你还未曾拥有。

VSCode中如何开发uni-app?(教程分享)VSCode中如何开发uni-app?(教程分享)May 13, 2022 pm 08:11 PM

VSCode中如何开发uni-app?下面本篇文章给大家分享一下VSCode中开发uni-app的教程,这可能是最好、最详细的教程了。快来看看!

手把手教你在VScode中配置C/C++环境(Win下)手把手教你在VScode中配置C/C++环境(Win下)Oct 10, 2022 pm 06:52 PM

VScode中怎么开发置C/C++?怎么配置C/C++环境?下面本篇文章给大家分享一下Windows系统下VScode配置C/C++环境图文教程,希望对大家有所帮助!

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
3 weeks agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Linux new version

SublimeText3 Linux new version

SublimeText3 Linux latest version

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

ZendStudio 13.5.1 Mac

ZendStudio 13.5.1 Mac

Powerful PHP integrated development environment