Here are some common shortcut keys used in vs development:
1. CTRL + K + D: Format Code .
2. CTRL + K + C: Batch comment code.
3. CTRL + K + u: uncomment codes in batches.
4. CTRL + L or SHIFT + DEL Delete the current row. CTRL + x
5. CTRL + Shift + A: Add a new item.
6. CTRL + ALT + X: Call out the toolbox.
7. CTRL + ALT + L: Call up solution Resource Manager.
8. CTRL + M: Fold/contract the region command code. CTRL + M + O Ctrl + M + P
9. F7: from the front desk Source code Switch the view to the background Code view.
10. Shift + F7: switch from the front-end source code View to the visualization view.
11. CTRL + I: Progressive search.
12. F9: Add/delete breakpoints.
13. F10: Process-by-process debugging.
14. F11: Statement-by-statement debugging.
15. F5: start debugging.
16. CTRL + F5: start execution (not debugging ).
17: Shift + F5: Stop debugging.
18: Ctrl + Shift + F5: restart debugging.
19: CTRL + ALT + I: Call up the immediate window (the immediate window is very useful. During debugging, You can monitor the value of any variable .)
20. CTRL + ALT + O: Call out the output window (you can view errors or warnings during compilation ).
21. Tab: first select the code, and then press the tab key to indent the code.
22. Shift + tab: select the code to reverse indent the code. (Useful for formatting JS)
23. CTRL + J: Call up the smart prompt.
24. Shift + ALT + enter: Full Screen Display and switch.
25. CTRL + Shift + B: Let's talk about it first. If you have better shortcuts, please share them.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service