Home > Development Tools > VSCode > Recommend some useful plug-ins for VSCode

Recommend some useful plug-ins for VSCode

青灯夜游
Release: 2020-09-12 10:24:13
forward
6717 people have browsed it

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:

Recommend some useful plug-ins for VSCode


##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:

Recommend some useful plug-ins for VSCode


Path Autocomplete: Another resource introduces a path prompt plug-in, the demonstration is as follows:

Recommend some useful plug-ins for VSCode


##Color Highlight:

Color highlight, highlight directly in the code, as shown below:

Recommend some useful plug-ins for VSCode


Image preview:

Image preview , preview directly when editing the code, as shown below:

Recommend some useful plug-ins for VSCode


Bracket Pair Colorizer:

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:

Recommend some useful plug-ins for VSCode


Bookmarks:

A bookmark plug-in, it is easy to use, it is especially useful to learn the source code to make bookmarks, as follows:

Recommend some useful plug-ins for VSCode


Live Server:

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:

Recommend some useful plug-ins for VSCode


Draw.io Integration:

A flow chart drawing plug-in, as follows:

Recommend some useful plug-ins for VSCode


Git Graph:

git plug-in, this plug-in also reflects vscode’s determination and ability to solve problems in one stop, as follows:

Recommend some useful plug-ins for VSCode


Markdown Preview Enhanced:

The markdown plug-in supports real-time preview, as follows:

Recommend some useful plug-ins for VSCodeSummary:

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 Teaching

! !

The 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!

Related labels:
source:zhihu.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template