Summary of Visual Studio shortcut keys, Visual Studio
Common Methods:
Forced smart sensing: Ctrl + J. SMART awareness is one of the biggest highlights of Visual Studio. I am afraid this is not the reason for choosing Visual Studio.
- Undo: Ctrl + Z. Unless you are a genius, this shortcut is also the most commonly used.
- Force display parameter information: Ctrl-Shift-space. This is definitely a good thing.
- Rename: F2. If you are not good at naming, this shortcut will make your code look more beautiful.
- Insert the code segment: Ctrl + K, X. If you want to quickly enter the code, remember this. Using F2 together will become a powerful tool. Of course, with "Ctrl + K, S", you can quickly enter code segments like try and # Region.
- One-by-one and process-by-process debugging: F11 and F10. This is definitely more frequently used than F5.
- Save: Ctrl + S. It is a good habit to store data frequently. If you want to save them all, clicking the mouse seems faster.
- Note all: Ctrl + E, C. In some cases, this is definitely an effort-saving thing. Uncomment all corresponding to it: "Ctrl + E, U ".
-
Search and replace: Ctrl + F. When you find a long piece of code, Ctrl + C, Ctrl + V came over and found: Nima! Only one row !!! At this time, Ctrl + F will be useful. Well, if we reformat it with "Ctrl + E, D", you will find that "the world is still so bad.