Home > Article > Development Tools > Recommend some useful plug-ins for VSCode
Related recommendations: "vscode Basic Tutorial"
As a code farmer who has been working in the industry for many years, let me summarize the use of A useful plug-in that I have experienced ( only represents my personal opinion)
Auto Close Tag: See the name and know the meaning, help you automatically write the tail tag, for front-end development It is definitely good news. In addition to improving the writing speed, it can also avoid some bugs caused by forgetting the end tags, as follows:
##Auto Import:From the introductionWorks with Typescript and TSX you can understand the working environment. You need to use TS or TSX in a project, taking the angular project as an example, as follows:
Path Autocomplete: Another resource introduces a path prompt plug-in, the demonstration is as follows:
Color highlight, highlight directly in the code, as shown below:
Image preview , preview directly when editing the code, as shown below:
Make your code no longer dazzling, in addition to using different The color brackets ([], {}, ()), and the same pair of brackets are marked with connecting lines, which is really a good helper for reviewing the code, as follows:
A bookmark plug-in, it is easy to use, it is especially useful to learn the source code to make bookmarks, as follows:
Have you written too much about SPA, have you almost forgotten how to develop the simplest HTML? This is an HTML preview plug-in that supports hot updates, as follows:
A flow chart drawing plug-in, as follows:
git plug-in, this plug-in also reflects vscode’s determination and ability to solve problems in one stop, as follows:
The markdown plug-in supports real-time preview, as follows:
Summary:
In addition to the above plug-ins, there are many useful and interesting plug-ins according to different work scenarios. , vue, angular, react, node, etc. all have corresponding plug-ins. These plug-ins have greatly improved our development efficiency. If you are interested, you can actively explore them. The above is just a list of plug-ins commonly used in my work. Some of them are useful. For interesting plug-ins, please leave a message in the comment area below
For more programming-related knowledge, please visit:
Programming TeachingThe above is the detailed content of Recommend some useful plug-ins for VSCode. For more information, please follow other related articles on the PHP Chinese website!