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
Choosing Between Visual Studio and VS Code: The Right Tool for YouChoosing Between Visual Studio and VS Code: The Right Tool for YouMay 09, 2025 am 12:21 AM

VisualStudio is suitable for large projects, VSCode is suitable for projects of all sizes. 1. VisualStudio provides comprehensive IDE functions, supports multiple languages, integrated debugging and testing tools. 2.VSCode is a lightweight editor that supports multiple languages ​​through extension, has a simple interface and fast startup.

Visual Studio: A Powerful Tool for DevelopersVisual Studio: A Powerful Tool for DevelopersMay 08, 2025 am 12:19 AM

VisualStudio is a powerful IDE developed by Microsoft, supporting multiple programming languages ​​and platforms. Its core advantages include: 1. Intelligent code prompts and debugging functions, 2. Integrated development, debugging, testing and version control, 3. Extended functions through plug-ins, 4. Provide performance optimization and best practice tools to help developers improve efficiency and code quality.

Visual Studio vs. VS Code: Pricing, Licensing, and AvailabilityVisual Studio vs. VS Code: Pricing, Licensing, and AvailabilityMay 07, 2025 am 12:11 AM

The differences in pricing, licensing and availability of VisualStudio and VSCode are as follows: 1. Pricing: VSCode is completely free, while VisualStudio offers free community and paid enterprise versions. 2. License: VSCode uses a flexible MIT license, and the license of VisualStudio varies according to the version. 3. Usability: VSCode is supported across platforms, while VisualStudio performs best on Windows.

Visual Studio: From Code to ProductionVisual Studio: From Code to ProductionMay 06, 2025 am 12:10 AM

VisualStudio supports the entire process from code writing to production deployment. 1) Code writing: Provides intelligent code completion and reconstruction functions. 2) Debugging and testing: Integrate powerful debugging tools and unit testing framework. 3) Version control: seamlessly integrate with Git to simplify code management. 4) Deployment and Release: Supports multiple deployment options to simplify the application release process.

Visual Studio: A Look at the Licensing LandscapeVisual Studio: A Look at the Licensing LandscapeMay 05, 2025 am 12:17 AM

VisualStudio offers three license types: Community, Professional and Enterprise. The Community Edition is free, suitable for individual developers and small teams; the Professional Edition is annually subscribed, suitable for professional developers who need more functions; the Enterprise Edition is the highest price, suitable for large teams and enterprises. When selecting a license, project size, budget and teamwork needs should be considered.

The Ultimate Showdown: Visual Studio vs. VS CodeThe Ultimate Showdown: Visual Studio vs. VS CodeMay 04, 2025 am 12:01 AM

VisualStudio is suitable for large-scale project development, while VSCode is suitable for projects of all sizes. 1. VisualStudio provides comprehensive development tools, such as integrated debugger, version control and testing tools. 2.VSCode is known for its scalability, cross-platform and fast launch, and is suitable for fast editing and small project development.

Visual Studio vs. VS Code: Comparing the Two IDEsVisual Studio vs. VS Code: Comparing the Two IDEsMay 03, 2025 am 12:04 AM

VisualStudio is suitable for large projects and Windows development, while VSCode is suitable for cross-platform and small projects. 1. VisualStudio provides a full-featured IDE, supports .NET framework and powerful debugging tools. 2.VSCode is a lightweight editor that emphasizes flexibility and extensibility, and is suitable for various development scenarios.

Visual Studio: Comparing Free and Paid OptionsVisual Studio: Comparing Free and Paid OptionsMay 02, 2025 am 12:09 AM

When choosing VisualStudio, the free version is suitable for individual developers and small teams, and the paid version is suitable for large enterprises and users who need advanced features. 1. The free CommunityEdition provides basic development tools for individuals and small teams. 2. Paid Professional and Enterprise Editions provide advanced features and support for business environments and large teams.

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

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

mPDF

mPDF

mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SecLists

SecLists

SecLists is the ultimate security tester's companion. It is a collection of various types of lists that are frequently used during security assessments, all in one place. SecLists helps make security testing more efficient and productive by conveniently providing all the lists a security tester might need. List types include usernames, passwords, URLs, fuzzing payloads, sensitive data patterns, web shells, and more. The tester can simply pull this repository onto a new test machine and he will have access to every type of list he needs.

MantisBT

MantisBT

Mantis is an easy-to-deploy web-based defect tracking tool designed to aid in product defect tracking. It requires PHP, MySQL and a web server. Check out our demo and hosting services.

DVWA

DVWA

Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software