Simplified version in hellorosedev gist
đ§ Navigation
Go to Line:
Ctrl + GGo to Definition:
F12Navigate Backward:
Ctrl + -Navigate Forward:
Ctrl + Shift + -Find the Current Open File:
Ctrl + [ + SFeature Search:
Ctrl + Shift + PCode Search:
Ctrl + TFind in Files / Find & Replace:
Ctrl + Shift + FCollapse Code:
Ctrl + M + OExpand Code:
Ctrl + M + POpen Specific Collapse Code:
Ctrl + M + M
âī¸ Editing
Comment Selection:
Ctrl + K, CUncomment Selection:
Ctrl + K, UFormat Document:
Ctrl + K, DQuick Actions / Refactor:
Ctrl + .Rename all Words Similar:
Ctrl + R + Ctrl + RMove the line up and down:
Alt + Up or Alt + DownDelete Line:
Ctrl + XMultiple Cursors:
Alt + Shift + Up / DownPeek Definition:
Alt + F12Surround With (if, loops, etc):
Ctrl + K, Ctrl + S
đ Debugging
Toggle Breakpoint:
F9View All Breakpoints:
Ctrl + Alt + BRemove All Breakpoints:
Ctrl + Shift + F9Step Into:
F11Step Over:
F10Step Out:
Shift + F11Run to Cursor:
Ctrl + F10Autos:
Ctrl + Alt + V, AImmediate:
Ctrl + Alt + ILocals:
Ctrl + Alt + V, LWatch:
Ctrl + Alt + W, 1
đ ī¸ Build & Run
Build Solution:
Ctrl + Shift + BStart Debugging:
F5Start Without Debugging:
Ctrl + F5Stop Debugging:
Shift + F5