Common shortcut keys:

Search all files:

 Ctrl + Shift + F
Copy the code

Find a replacement:

Ctrl + H
Copy the code

Open a previously closed page:

Ctrl + Shift + T
Copy the code

Open terminal:

Ctrl + `
Copy the code

Terminal + 1:

Ctrl + Shift + `
Copy the code

The next match is also selected:

Ctrl + D
Copy the code

Code formatting:

Shift + Alt + F
Copy the code

Search files:

Ctrl + P
Copy the code

Sidebar display hidden:

Ctrl + B
Copy the code

Cut out a new edit window:

Ctrl + \
Copy the code

Open a new vscode editor:

Ctrl + Shift + N
Copy the code

Move up/down one line:

Alt + up/down
Copy the code

Copy a line up/down:

Alt + Shift + up/down
Copy the code

Common plug-in

  • Auto Close Tag Automatically closes an HTML Tag
  • Auto Rename Tag When modifying an HTML Tag, it automatically modifies the matched Tag
  • Beautify
  • Git History Displays Git logs
  • GitLens – Git supercharged displays the latest commit and author of a file, and displays the current commit information
  • Npm-import-package-version Displays the imported version number of the NPM package. Js TS vue is supported
  • Perttier-code formatter Formats JS and CSS codes
  • TODO Highlight TODO
  • Vetur currently has better Vue syntax highlighting
  • Vscode – ICONS file ICONS for locating files
  • vue-beautify