VS improve the coding efficiency of some shortcuts

Scenes

Getting Started, saw the great God who in VS using only the keyboard to complete a series of operations.

Finishing can improve the efficiency of some commonly used shortcuts.


Public concern number
overbearing program ape
acquisition-related programming e-books, tutorials and push for free download.

A large number of programming video tutorials: https://space.bilibili.com/164396311

achieve

F12: Skip custom code

F1: View Microsoft's own documentation

F5: Start Debugging

F9: Set or delete the short point

F10: by-process debugging

F11: step by step debugging

shift + f5: Stop Debugging

shift + del: delete the current empty row

shift + end: selecting an entire row from start to finish

shift + home: select an entire row from the tail to the head

ctrl + enter: add a blank line above the current line

ctrl + shift + enter: add a blank line below the current line

ctrl + k + c annotation selected row

ctrl + k + u: Uncomment the selected row

ctrl + k + d: it correctly all the code

alt + enter: prompt code

Tab key twice, quickly generate code.

Guess you like

Origin www.cnblogs.com/badaoliumangqizhi/p/11470288.html