Dup Ver Goto 📝

VS Keyboard Shortcuts 1

To
14 lines, 71 words, 506 chars Monday 2024-05-13 09:06:11

This is a dumping ground for things as I learn them. The convention is ACMS-k where the key is lowercase, modifiers are upper case, and function keys are F1 with uppercase F. So ACS-x is Alt+Ctrl+Shift+x and S-F1 is Shift+F1.

Go between source and header in C++

C-k C-oToggle source header
F12Go to definition (also seems to toggle)
C-F12Go to declaration
A-F12Peek definition

Sources