VS Code Shortcuts to Boost Productivity
🧑🏻‍💻

VS Code Shortcuts to Boost Productivity

Tags
VS Code
Productivity
Published
September 4, 2024
Last Updated
Last updated September 5, 2024
Author
Description

Fav Shortcuts

  1. Multiple Cursors: Cmd + Opt + ↓ / ↑
  1. Delete the line: Cmd + Shift + K
  1. Copy Line Up/Down: Opt + Shift + ↓ / ↑
  1. Move Line Up/Down: Opt + ↓ / ↑
  1. Preview Markdown: Cmd + Shift + V
  1. Toggle Sidebar: Cmd + B
  1. Select Current Line: Cmd + L
  1. Toggle Terminal: Cmd + backtick(`)
  1. Format Document: Shift + Opt + F
  1. Search files by name: Cmd + P (append : to go to line or @ to go to symbol)
  1. Select the current word: Cmd + D
 
Reference: