After using Visual Studio for so many years, we have tried our best to use shortcut keys and try to use as few mouse clicks as possible to improve efficiency.
I have installed visual development X, and some shortcut keys are va, as shown below: CTRL + F current page search Ctrl + Shift + F entire project search Ctrl + I search F3: Find the next shift + F3: search for a function in the current file. You can press Alt + m to jump to the VA toolbar and directly search for all the functions Ctrl + M and CTRL + L to collect all the functions, in this way, it is easier to find the function Alt + O to jump to the corresponding file. h or. in the CPP file Alt + G, the cursor is in a function and jumps to the declaration or definition of the function. It is easier to use Alt + ← than F12 and move the cursor to the previous position Ctrl + TAB, quick CLICK: switch to the previous file; press Ctrl and press TAB multiple times: Switch files one by one Ctrl + W, select the current variable or function Ctrl + u to lower case Ctrl + Shift + u to upper case Ctrl + F4, close file F4, if there is an error after compilation, jump to the first error Alt + F10, application modification during debugging