67 words
1 minute
My top Visual Studio shortcuts

📝 Code editing#

  • Alt + 🔼/🔽 ➡️ Move line up/down

🧭 Navigation#

  • Ctrl + T ➡️ Code Search
  • Ctrl + F12 ➡️ Go to implementation

🐞 Debugging#

  • F5 ➡️ Start/continue debugging
  • Ctrl + F5 ➡️ Start without debugging

🔲 Multi caret and selection#

  • Shift + Alt + . ➡️ Insert next matching caret
  • Shift + Alt + ; ➡️ Insert all matching carets

📚 Projects and solutions#

  • Ctrl + Shift + B ➡️ Build solution

References#

My top Visual Studio shortcuts
https://slimaeus.github.io/posts/top-visual-studio-shortcuts/
Author
Slimaeus
Published at
2025-06-20
License
CC BY-NC-SA 4.0