Home>Article>Development Tools> Recommended practical VSCode plug-ins to improve development efficiency
This article recommends some practicalVSCodeplug-ins to improve development efficiency! ! It has certain reference value. Friends in need can refer to it. I hope it will be helpful to everyone.
#Technology is open source and knowledge is shared.
Use knowledge to change our destiny and let our families live a better life.
Variable Naming Artifact
##2. View In Browser Preview the html file being edited in the browser 3. Color Highlight Highlight style color##4. Bracket Pair Colorizer
##5. Highlight Matching Tag
Highlight the corresponding HTML tags and identify the corresponding brackets ##6、Path IntellisenseWhen entering the path in the editor, it can automatically complete
##7. Prettier - Code formatter
Format code
8、Auto Close Tag
Auto-complete tag
9. Auto Rename Tag
Automatically rename the html tag. If you modify the p tag to a, the ending tag p will be automatically modified to a
10. HTML Snippets
Intelligent prompts for HTML tags and their meanings
11. HTML CSS Support
When writing Class on the HTML tag, you can intelligently prompt the currently supported styles
12, indent-rainbow
Colored indent
13. change-case
Convert naming style
##Recommended:vscode basic tutorial
The above is the detailed content of Recommended practical VSCode plug-ins to improve development efficiency. For more information, please follow other related articles on the PHP Chinese website!