Using Visual Studio's common shortcuts, you can increase your productivity, speed up your work, and produce more results.
Statement
The introduction of the shortcut key ranking, regardless of the shortcut key or bad, just listed can improve the efficiency of the shortcut keys, but also welcome everyone to add.
1.f5
I'm afraid the usage rate is the highest.
Compile the solution to start the startup project in debug mode.
2.ctrl+e/ctrl+d
Format the code for the current document, rearranging the code for the current document.
3.ctrl+e/ctrl+c
Note Select the code, or note the code for the line where the mouse is located.
4.ctrl+e/ctrl+u
Uncheck the comment, or cancel the comment on the row that contains the mouse.
5.ctrl+g
Jumps to the specified line.
This shortcut is useful in some scenarios, such as if you see a hint of error in line 100, or if you see a 200-line error in a Third-party unit test tool, or if you see a file with a 231-line error prompt on the page. You can use the jump shortcut to quickly jump to the appropriate line to make the wrong view.
6.f12
Go to Definition.