Home > Development Tools > VSCode > body text

11 bare VSCode essential plug-ins to help you create a front-end development IDE

青灯夜游
Release: 2022-12-01 20:54:16
forward
2730 people have browsed it

11 bare VSCode essential plug-ins to help you create a front-end development IDE

VSCode Lightweight, open source, freshly downloaded VSCode can be said to have nothing, not even a project management function.

The lightweight VSCode may be a bit naive for back-end development, but it is just right for front-end development. After all, you don’t need to do any Docker, database, etc. Just install two VSCode plug-ins and open the web page. start work.

This article will introduce some bare VSCode essential plug-ins from the perspective of a front-end developer to create a front-end friendly development IDE. [Recommended learning: vscode tutorial, Programming video]

1. Project Manager

Project Manager is used to manage projects , with it, you can quickly switch between various projects in VSCode, without having to painfully go through the file directories level by level to finally select the project file you want.

Just enter Save Project in the Palette and press Enter to save the current project.

Then you can view the items you added in the right menu, and click on the pointed item to switch to the item, which is very convenient.

It also provides Tag tags to subdivide your project.

2. GitLens

GitLens You can tell what it does from the name. VSCode has built-in Git help plus this plug-in The interactive experience is better than Webstorm.

It can easily view code modification information.

You can view the change information of a certain line

Hover and you can also view the specific information

The introduction page of GitLens has more than 10,000 words, which shows that it has complete functions, so I won’t go into details here.

3. Tabout

The Tab key of VSCode outputs \t by default, for those who are accustomed to using WebStorm and Eclipse It's very uncomfortable. If you want to use Tab to jump out of the brackets, you can use this TabOut.

4. Live Server

Live Server is also well-known, it can go to real-time Hot load and update code.

In fact, a Websocket is used to implement code updates. Live Server is writing some test HTML pages and it is really useful.

5. Code Spell Checker

When spelling some variable methods, we may misspell words, Code Spell Checker can help detect your mistakes.

When an incorrect word is detected, you can also look at some of the word suggestions it gives you:

6 . Image Preview

When multiple image URLs are introduced into the project, it is a pain to preview each image, Image preview Solved such a thing.

7. Import Cost

11 bare VSCode essential plug-ins to help you create a front-end development IDE

#In front-end projects, we often need to import various dependency packages. Import Cost You can view the size of the imported package to facilitate optimization.

8. Parameter Hints

##Parameter Hints will display the parameter names of the function.

9. Highlight Matching Tag

Highlight Matching Tag can highlight your HTML and JSX code matching symbols.

10. indent-rainbow

Indent-rainbow You can also indent the code Turn into a beautiful rainbow?.

11 bare VSCode essential plug-ins to help you create a front-end development IDE

11. Blockman

Blockman can highlight your current location code editing block.

11 bare VSCode essential plug-ins to help you create a front-end development IDE

Postscript

For VSCode, the number of plug-ins is overwhelming. For common development scenarios, there are many corresponding processing plug-ins that need to be used. Just search in the Marketplace, such as React project:

It is worth noting that installing too many plug-ins is not necessarily a good thing. The plug-in mechanism of VSCode is also event-driven. The disadvantages brought by too many plug-ins are on the one hand the conflict of plug-in functions and on the other hand the performance Consumption, that is, making VSCode laggy.

For more knowledge about VSCode, please visit: vscode Basic Tutorial!

The above is the detailed content of 11 bare VSCode essential plug-ins to help you create a front-end development IDE. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:juejin.cn
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!