Skip to content

Useful vscode IDE shortcuts

Dehann Fourie edited this page Sep 23, 2020 · 10 revisions

Efficient use of vscode IDE

VSCode documentation

Docs

Handy Shortcuts

  • Control Panel: Ctrl + ,,
  • Keyboard shortcut panel, Ctrl + k, Ctrl + s,
  • Run highlighted segments Ctrl + enter,
  • Go to definition F12,
  • Multiple Cursors with mouse: Alt + click
  • Multiple Cursors with keyboard: Ctrl + d, but then also Ctrl + u to drop last, or Ctrl + k, Ctrl + d to move last cursor to next instance,
  • Go to previous: Ctrl + Alt + -,
  • Explorer sidebar Ctrl + B,

Enable inline results

vscodeinlineboth

Useful Extensions

  • gitlens

Useful Settings