Front-end vscode essential plug-in

1. Basic

1、Auto Rename Tag⭐

image-20230104135509199

修改标签会同步修改

2、Auto Import - ES6, TS, JSX, TSX

image-20230104135612575

Automatically finds, parses, and provides code manipulation and code completion for all available imports. Available for JavaScript (ES6) and TypeScript (TS)

3、Code Runner⭐

image-20230104135642398

Run quickly调试js

4、CSS Peek

working

Jump correspondingcss

5、DotENV

image-20230104135834335

高亮ENV文件

6、Error Lens

image-20230104135908882

显示错误

7、ESLint

8、GitLens — Git supercharged⭐

image-20230104135949372

Check who modified the code at each line of code

9、JavaScript (ES6) code snippets

image-20230104140007707

ES6代码块

10、jsdoc

image-20230104140038243

快速生成函数注释

11、npm Intellisense

image-20230104140135028

Smart npm introduction >>> useless

12、open in browser

image-20230104140224748

CTRL + B in浏览器打开

13、Path Intellisense⭐

image-20230104140257877

Intelligence 路径Introduction

14、Prettier - Code formatter

15、Smart Click

image-20230104140336602

双击标签,选中标签包裹的内容

16、Tabnine AI⭐⭐

image-20230104140439218

代码提示

17、Turbo Console Log

image-20230104140506060

Fast and efficientConsole Log

18、vscode extension for ECharts

image-20230104140608693

Smart Tips echarts ’s options

19、vscode-element-helper

image-20230104140635575

Smart reminderelement-ui

20、path-alias

image-20230104140717079

A vscode plug-in that can solve the path alias prompt and jump>>> It was of no use when I tested it

21、i18n Ally⭐

image-20230105102945850

i18n plug-in, real-time preview, very easy to use,

Remember to configure the following code in settings.json

{
    
    
  "i18n-ally.localesPaths": "locales",
  "i18n-ally.keystyle": "nested",
  "i18n-ally.sortKeys": true,
  "i18n-ally.namespace": true,
  "i18n-ally.enabledParsers": ["yaml", "js"],
  "i18n-ally.sourceLanguage": "en",
  "i18n-ally.displayLanguage": "zh-CN",
  "i18n-ally.enabledFrameworks": ["vue"],
}

22、Tailwind CSS IntelliSense

Download Tailwind CSS

Tailwind CSS effect

Smart Tips Tailwind CSSGrammar

23、view helper

image-20230107085841024

Vue2 component jump source code includes Element-UI, vux and iView. You can also input el-table to generate a skeleton.

24、JSON to TS

image-20230107144600771

Convert Json data to Ts with one click

2. Vue related

1、View 3 Snippets

image-20230104140836503

This plugin adds Code Snippets based on the latest Vue 2 and Vue 3 APIs.

2、Vue VSCode Snippets

image-20230104140944234

It is also a vue code snippet

3、vue-component

image-20230104141005999

Intelligently introduce self-written components + jump components >>> See the official instructions for details

4、Vue Language Features (Volar)⭐⭐⭐

image-20230104141249104

A must-have plug-in for vue projects
Attention! ! ! The two plug-ins Vuter and Volar cannot be used together, otherwise conflicts and errors will occur! ! ! , now both vue2 and vue3 use this plug-in

5、TypeScript Vue Plugin (Volar)

image-20230104141445500

Plug-ins used by Vue3 projects

3. Beautification

1、Material Icon Theme⭐

image-20230104140115548

file icon

2、Vitesse Theme⭐⭐⭐

image-20230104140554217

Theme >>> RecommendedVitesse Dark Soft

Guess you like

Origin blog.csdn.net/weixin_60053942/article/details/129965235