VS Code commonly used shortcut keys

VS Code commonly used shortcut keys

Mastering some commonly used shortcut keys of VS Code will make us very convenient when writing code

  1. ctrl+/ single line comment
  2. Alt+Shift+A multi-line comment
  3. Alt+up move line up
  4. Alt+down move down the line
  5. Ctrl+c copy the current line
  6. Ctrl+v Paste the current line
  7. Shift + Ctrl + k delete the current line
  8. Ctrl + ~ Open or close the console terminal
  9. Ctrl+ +/- font zoom in or zoom out
  10. Ctrl+1/2/3 Split editor
  11. Toggle full screen F11
  12. Auto wrap Alt+z
  13. Add content to multiple lines at the same time Ctrl + Alt + up/down

Guess you like

Origin blog.csdn.net/Angela_Connie/article/details/110563216