Commonly used plug-ins in VSCode development (comprehensive)

A while ago, I followed the teacher’s course and learned the WeChat applet and the Vue project. During the learning process, the teacher introduced some commonly used plug-ins in development. With these plug-ins, we can start to code the code efficiently. Record here. I found that other useful plugins will continue to be updated...
Insert picture description here
Common plugins for WeChat applets:

  1. minapp
    supports smart completion of WeChat applet tags and attributes, and the prompt contains document content (supports native applets, mpvue and wepy frameworks, and provides snippets).
    Insert picture description here

  2. The main function of the wechat-snippet plug-in is code assistance. Code snippets are automatically completed, which can be used as a supplement to the previous plug-in.
    Insert picture description here
  3. The wxml
    plug-in is used to highlight wxml code and provide code formatting functions, which can format the code into a more readable style.
    Insert picture description here
  4. vscode-icon
    let the vscode resource directory add icons (required)

Insert picture description here

Guess you like

Origin blog.csdn.net/weixin_45811256/article/details/109599687