Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 675 Bytes

File metadata and controls

18 lines (17 loc) · 675 Bytes

Keyboard

  • vscode keyboard cheatsheet
  • ctrl+ks keyboard shortcut
  • ctrl+G go to line
  • ctrl+P go to file
  • ctrl+shift+m show problems
  • ctrl+shift+O go to symbol
  • multi cursor: alt+mouse click. Ctl+U to undo. Ctl+atl+up/down
  • alt+up/down switch line. Shift+alt+up/down dup line.
  • rename symbol entire project: f2
  • ctrl+-
  • alt+left: go back
  • Check logs: goto Help | Toggle Developer tools, click on the console tab
  • winpty solved up/down arrow not working.

Popular extensions