A summary of all the shortcuts in this thread and some others.
Ctrl + Tab - Switch between source and header files.
Ctrl + Shift + T - Open item
Ctrl + Shift + R - Open file / resource.
Ctrl + = - Examine the macro extension.
Ctrl + Space - Show the sentences you wrote.
Ctrl + Alt + H - opens the call hierarchy for the function
Ctrl + Shift + N - Adds #include for the header file in which the current element is declared
Ctrl + i - corrects the indent of the selected text - very useful, in my opinion,
Ctrl + d - Deletes the current line
Ctrl + H - opens the search dialog; C / C ++ Search tab searches indexed locations
Ctrl + O - Opens a member browser of the current class, allowing you to quickly open the method
F3 - Open Ad
Ctrl + Shift + G - When a function, object or var is selected: find all occurrences in the project.
Ctrl + Alt + G - Text search for the selected text.
Ctrl + left click - go to the element definition.
Ctrl + j - Incremental search in the current file
Ctrl + k - search forward the selected text in the file.
Ctrl + Shift + k - search back for selected text in a file
Alt + β / β - Go to the previous / go to the next edited or viewed place.
Ctrl + m - Maximum or unlimited current editor window (also works for other Windows
Ctrl + Shift + Up / Down arrow - go to the previous / go to the next method
Ctrl + q - edited transition to the last location
Ctrl + Shift + p - with the bracket selected: go to the corresponding closing or opening bracket
Ctrl + / - Comment / uncomment all selected lines using //
Ctrl + Shift + / - comment of the selected block with / * ... * /
Ctrl + Shift + \ - Uncomment / * ... * / selected block