Home  >  Article  >  Development Tools  >  Summarize and share 10 practical vscode plug-ins [come and collect]

Summarize and share 10 practical vscode plug-ins [come and collect]

青灯夜游
青灯夜游forward
2022-01-26 18:00:174419browse

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!

Summarize and share 10 practical vscode plug-ins [come and collect]

Working plug-in

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"]

Summarize and share 10 practical vscode plug-ins [come and collect]


##2.Auto Close Tag

Auto Close Tag can automatically add HTML/XML close tags, the same as Visual Studio IDE or sublimated text.

Summarize and share 10 practical vscode plug-ins [come and collect]


3.vscode-icons

vscode-icons is the official icon produced by vscode Library, set the icon in the visiting team editor

Summarize and share 10 practical vscode plug-ins [come and collect]


4.LeetCode

LeetCode It is the official plug-in of

LeetCode, which can practice LeetCode in VS Code

Summarize and share 10 practical vscode plug-ins [come and collect]


##5. Markdown Preview EnhancedWrite Markdown in VSCode and support preview

Summarize and share 10 practical vscode plug-ins [come and collect]


Moyu plug-in

6.z-readerNovel reading plug-in for fishing or studying, supports online search and local reading, supports txt and epub formats

Summarize and share 10 practical vscode plug-ins [come and collect]


7. Leek BoxYou can also view real-time stock & fund data in VSCode Plug-in

Summarize and share 10 practical vscode plug-ins [come and collect]


##8. Tadpole Pond

An online fishing chat component

Summarize and share 10 practical vscode plug-ins [come and collect]

8-Summarize and share 10 practical vscode plug-ins [come and collect]


9.Little Bully

This is A small plug-in for the New Year game

Summarize and share 10 practical vscode plug-ins [come and collect]

9-Summarize and share 10 practical vscode plug-ins [come and collect]

#10. Time Master

Metrics, insights and time tracking automatically generated from programming activities.

For more knowledge about VSCode, please visit:

vscode tutorialSummarize and share 10 practical vscode plug-ins [come and collect]! !

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!

Statement:
This article is reproduced at:juejin.cn. If there is any infringement, please contact admin@php.cn delete