67 words
1 minute
My top Visual Studio shortcuts
📝 Code editing
Alt + 🔼/🔽➡️ Move line up/down
🧭 Navigation
Ctrl + T➡️ Code SearchCtrl + F12➡️ Go to implementation
🐞 Debugging
F5➡️ Start/continue debuggingCtrl + F5➡️ Start without debugging
🔲 Multi caret and selection
Shift + Alt + .➡️ Insert next matching caretShift + 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/