Home  >  Article  >  Development Tools  >  The latest and most comprehensive VScode plug-in recommendations in 2023

The latest and most comprehensive VScode plug-in recommendations in 2023

青灯夜游
青灯夜游forward
2023-01-24 05:30:022747browse

This article mainly introduces some good plug-ins that I have used in the process of using VSCode over the years. These VSCode plug-ins help you create the most powerful IDE on the planet!

The latest and most comprehensive VScode plug-in recommendations in 2023

##1. Theme and icon

##GitHub ThemeBlack and white two skins

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##Material ThemeIntegrate a variety of theme skins, which are better used with Material Icon Theme. [Recommended learning: vscode tutorial

,

Programming teaching]

The latest and most comprehensive VScode plug-in recommendations in 2023

##Material Icon ThemeFlat theme icon library

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

vscode-icons#VSCode official icon library

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

2. Function enhancement

##settings syncSync all settings and plugins

The latest and most comprehensive VScode plug-in recommendations in 2023

##wakatime

Programming time and behavior tracking statistics

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023##Polacode

Code screenshot

##Chinese (Simplified) Language Pack for Visual Studio CodeThe latest and most comprehensive VScode plug-in recommendations in 2023

中文字幕

3. Git integrated plug-in

##GitHub Pull requests

View and manage GitHub pull requests and issues in Visual Studio Code

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023The latest and most comprehensive VScode plug-in recommendations in 2023

Git Graph

Git graphical display and operation

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##CodeStream: GitHub, GitLab, Bitbucket PRs and Code ReviewTeam collaboration development , review, discussion

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

4. Database

Oracle Developer Tools for VS CodeOracle Database Support

The latest and most comprehensive VScode plug-in recommendations in 2023

SQL Server (mssql)##Microsoft SQL Server database support

The latest and most comprehensive VScode plug-in recommendations in 2023

MySQLSupports MySQL/MariaDB, Microsoft SQL Server, PostgreSQL, Redis, and ElasticSearch

The latest and most comprehensive VScode plug-in recommendations in 2023

##MongoDB for VS Code MongoDB database support

The latest and most comprehensive VScode plug-in recommendations in 2023

5. Programming beautification

Bracket Pair ColorizerColor the matching brackets, you can customize the configurationNote: This plug-in has been built into vscode, no need Repeat the installation,

Setting method: Search

editor.bracketPairColorization.enabled

in the setting, set it to

true

to take effect

The latest and most comprehensive VScode plug-in recommendations in 2023

Highlight Matching Tag

##Highlight matching start and/or end tag

Official Supported tags:
HTML and JSX. Other styles (XML, Vue, Angular, PHP) may also be used, but correct use is not guaranteed.

The latest and most comprehensive VScode plug-in recommendations in 2023

Show The latest and most comprehensive VScode plug-in recommendations in 2023ed path in status bar

The latest and most comprehensive VScode plug-in recommendations in 2023

Markdown Preview Enhanced

Write Markdown in VSCode, support preview

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

Image Preview

Preview Image

The latest and most comprehensive VScode plug-in recommendations in 2023The latest and most comprehensive VScode plug-in recommendations in 2023

6. Development efficiency

##EditorConfig for VS CodeUniform code style

The latest and most comprehensive VScode plug-in recommendations in 2023

##change-case Change naming style

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##CodelfAn artifact of naming variables

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##Prettier - Code formatterAutomatically format code

The latest and most comprehensive VScode plug-in recommendations in 2023

vscode-json#Operation beautify jsonShortcut keys

cmd alt v

, verify

  • cmd alt b, format
  • cmd alt u, compress
  • cmd alt ', add the escape character
  • cmd alt ;, remove the escape character

Regex Previewer

##Preview regular expression effects

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

7. Front-end development

Auto Rename Tag

Automatically rename HTML or XML Tag

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##Auto Close TagAutomatically add HTML/XML close tag

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

Path Intellisense##Intelligent Path Tips

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##npm Intellisense

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

Turbo Console LogQuickly add console .log information, necessary for js debugShortcut key

ctrl alt l

After selecting the variable, use this shortcut key to generate console.log

alt shift c Comment all console.log

alt shift u Enable all console.log

alt shift d Delete all console. log

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

#css-auto-prefixAs shown

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

# #CSS Peek

View css definition

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##8. Data Analysis

Sort lines

Sort the current text

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##Data PreviewPreview data file

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

9. Cultivation plug-in

##LeetCode question-brushing tool

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##VSC Netease MusicNetEase Cloud Music (Programmer Edition)

The latest and most comprehensive VScode plug-in recommendations in 2023
The latest and most comprehensive VScode plug-in recommendations in 2023

##daily animeChai Fan Artifact

More For related knowledge about VSCode, please visit: The latest and most comprehensive VScode plug-in recommendations in 2023vscode tutorial
! ! The latest and most comprehensive VScode plug-in recommendations in 2023

The above is the detailed content of The latest and most comprehensive VScode plug-in recommendations in 2023. For more information, please follow other related articles on the PHP Chinese website!

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