Can't sleep, sit down and remember some frequently used vs tips. ThisArticleWill be updated constantly ..
1. Right click + C. It can be quickly transferred from the ASPX page to the corresponding CS file, which is most commonly used.
2. Right click + G. You can quickly go to the definition and viewCodeIt is easy to use. You don't have to go to "go to Code definition ".
3. F10 and F11. Both of them know that the debugging process is inseparable from the two buttons.
4. Shift + ALT + F10. It is often used to define methods and add references. A drop-down prompt is displayed automatically, which can be used without the mouse clicking in the lower right corner.
5. CTRL + A + K + F. Automatically orchestrate the document format. The possibility is personal habits. After writing a piece of code, you will habitually press these keys.
6. CTRL + S. I wrote this to illustrate that this is just a personal habit.
7. CTRL + E + C. The code can be commented out quickly, and the code can be used with up to 6th entries. Haha.
In general, I don't like to use the mouse to operate some functions, and I feel that it will speed up writing some code.
This is the most commonly used one. We will continue to update it later, hoping to help you.
Note: I am the default setting of Vs, which may be different from everyone. Here I will share with you the usage of this customary shortcut key to click on the code.