Home >Development Tools >VSCode >Summarize and share 10 practical vscode plug-ins [come and collect]
This article summarizes and shares with you 10 practical vscode plug-ins (5 working plug-ins, 5 fishing plug-ins). You can do both at work and fishing. I hope it will be helpful to everyone!
1.ESLint
ESLint is a static code Analysis tool for identifying problematic patterns in JavaScript code.
The rules in ESLint are configurable and users can define and load their own rules. It also covers code quality and coding style issues.
ESlint can analyze our code when we are coding and give prompts for errors or non-compliance with specifications, allowing us to discover code problems as soon as possible. At the same time, it can also help us automatically fix some problems when saving. [Recommended learning: "vscode introductory tutorial"]
##2.Auto Close Tag
Auto Close Tag can automatically add HTML/XML close tags, the same as Visual Studio IDE or sublimated text.3.vscode-icons
vscode-icons is the official icon produced by vscode Library, set the icon in the visiting team editor4.LeetCode
LeetCode It is the official plug-in ofLeetCode, which can practice LeetCode in VS Code
##5. Markdown Preview EnhancedWrite Markdown in VSCode and support preview
6.z-readerNovel reading plug-in for fishing or studying, supports online search and local reading, supports txt and epub formats
7. Leek BoxYou can also view real-time stock & fund data in VSCode Plug-in
An online fishing chat component
This is A small plug-in for the New Year game
#10. Time MasterMetrics, insights and time tracking automatically generated from programming activities.
For more knowledge about VSCode, please visit:vscode tutorial! !
The above is the detailed content of Summarize and share 10 practical vscode plug-ins [come and collect]. For more information, please follow other related articles on the PHP Chinese website!