Commonly used instructions
1, Ctrl + ~ open terminal
2. On the terminal, when you enter the git command, the drop down box will automatically display Git. Exit the shortcut key: Q
3. On the terminal, when entering the Node command, the drop-down box will automatically display node, and exit the shortcut key: CTRL + C
4. On the terminal, SSH is displayed in the drop-down box when you enter the server address. Exit is the shortcut key
5, clear display: Windows command: CLS, Linux command: clear
Common Shortcut keys
1, Global search files: Ctrl + P or Ctrl + Shift + P, then delete the arrow
2, Turn on or off side navigation: Ctrl + B
3. Create a new file: Ctrl + N or double-click the navigation bar on the main panel
4, File switch: Ctrl + Tab
5. Single-line comments and multi-line comments: Ctrl +?
6. Edit multiple lines simultaneously: Alt + left mouse button
7, the code line is too long, not easy to view, auto wrap: Alt + Z
8, Write the code from scratch on the next line: Ctrl + Enter
9, write the code from scratch: Ctrl + Shift + Enter
9, Project global search: Ctrl + Shift + F
10. Move the current line up and down: Alt + Up, Alt + Down (up, down are both up and down arrows)