1. Vue vscode installing plugins Jump to Tag marketplace.visualstudio.com/items?itemN…

2. In vscode, CTRL + Shift + P type Preferences: Open Keyboard Shortcuts (JSON) and press Enter

3. Add the following configuration

  {
    "key": "ctrl+1"."command": "extension.jumptotemplate"
  },
  {
    "key": "ctrl+2"."command": "extension.jumptoscript"
  },
  {
    "key": "ctrl+3"."command": "extension.jumptostyle"
  }

Copy the code

4. Usage: After the configuration is complete, press CTRL to jump to the number area on the top of the letters on the keyboard on the VUE page. CTRL +1: Jump to HTML area; CTRL +2: Jump to js area; CTRL +3: Jump to the CSS area.