Skip to content

Instantly share code, notes, and snippets.

@dlwiii
Created January 7, 2024 15:52
Show Gist options
  • Save dlwiii/f95d810118803e2e6437ef85b6e21624 to your computer and use it in GitHub Desktop.
Save dlwiii/f95d810118803e2e6437ef85b6e21624 to your computer and use it in GitHub Desktop.
Visual Studio Keyboard Shortcuts

Ones I use Commonly

Debugging

F5 - Compile and Run F6 - Compile

Editing

F12 - go to definition of variable/method/class F3 - Find Ctrl+Shift+F - find all Ctrl+H - Replace Ctrl+Page Home/End - go to top/bottom of file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment