Home > Article > Development Tools > Recommend some practical front-end plug-ins in VSCode (summary)
This article summarizes and recommends some practical front-end plug-ins in VSCode. I hope it will be helpful to everyone!
Recommend a wave of essential plug-ins for front-end development, which can definitely improve your productivity. Wouldn’t it be nice to spend the rest of the time mowing around? [Recommended learning: "vscode tutorial"]
##plug-in Name: Alias path jumpInstructions for use:Alias path jump plug-in, supports any project,
Usage scenario: When you are developing a page, you want to clickAlias path imported components (Demonstration below)
// 文件名别名跳转 "alias-skip.mappings": { "~@/": "/src", "views": "/src/views", "assets": "/src/assets", "network": "/src/network", "common": "/src/common" },
Function: Open your file on the server side and display your modified code in real time
Function: Can display your SVG pictures, and also Can be edited ##Tabnine
Template String Converter
vscode -pigments
Enter
Quokka new JavaScr..You can use the
function, supports viewing the author, modification time, etc. in VSCode
Essentials for developing Vue code snippets, very convenient for development
Function: Write content faster in
Auto-completeES7 React/Redux/React-Native/JS snippets
React
code snippet, very convenient for developmentvscode- styled-components
JS
files, there are smart prompts
Folder& File icon
attribute
, support multi-person collaboration to edit charts..
enter active Echars
to turn on the smart prompt
Echar, very powerful
For more programming related knowledge, please visit:
Programming VideoThe above is the detailed content of Recommend some practical front-end plug-ins in VSCode (summary). For more information, please follow other related articles on the PHP Chinese website!