Home > Article > Development Tools > 14 commonly used plug-ins for vscode [recommended]
14 vscode commonly used plug-ins
1, auto rename tag
, html automatic update Matching tag name;
2, highlight matching tag
, automatically highlight the closing bracket/tag;
3, bracket pair colorizer
, for Add different colors to various nested brackets;
4, path intellisense
, intelligent path prompt;
5, markdownlint
, excellent markdown Grammar checker;
6, markdown preview enhanced
, the most popular markdown real-time preview tool;
7, prettier-code formatter
, more Excellent code beautification/formatting tool;
8, carbon-now-sh
, high-quality code to image sharing tool;
9, codelf
, a legend on github, a variable naming artifact;
10, minify
, a tool for compressing html, css, js code;
11, open in browser
, open the current file in the default browser;
12, php intelephense
, super easy to use php smart code prompter;
13, php intellisense
, PHP code automatic completion plug-in;
14, javascript(es6)code snippets
, es6 code snippets.
How to install plug-ins online with vscode:
Step 1: Open the vscode software, click [View]-[Extended], as shown in the figure below.
Step 2: In the open sidebar search box, enter the plug-in name, such as [auto rename tag] and press Enter You can search directly.
Step 3: Click [install] to install.
Recommended tutorial: vscode tutorial
The above is the detailed content of 14 commonly used plug-ins for vscode [recommended]. For more information, please follow other related articles on the PHP Chinese website!