Add a shortcut to Visual Studio. NET shortcut key table ZZ to help improve our work efficiency.
Source: Internet
Author: User
It is better to know about some shortcut keys and programming, especially for some functions that can only be used by shortcut keys.
For example, the Code overlaps and expands, a large function is commented out, and the code in the comment is restored. And jump to a certain line of a file, which is used in debug !~~ Hope everyone will like it.
--- Female Mu Zi
Shortcut Key
CTRL + Shift + B generate Solution
CTRL + F7 generate Compilation
CTRL + O open the file
CTRL + Shift + O open the project
CTRL + Shift + C display Class View window
F4 Display Properties window
Shift + F4 display Project Properties window
CTRL + Shift + e display resource view
F12 to definition
CTRL + F12 go to Declaration
CTRL + ALT + J object browsing
CTRL + ALT + F1 help directory
CTRL + F1 dynamic help
F1 help
Shift + F1 current window help
CTRL + ALT + F3 help-Search
Shift + ALT + enter full screen display
CTRL +-backward Positioning
CTRL + Shift +-forward positioning
CTRL + F4 close document window
CTRL + Page down cursor positioned above the window
CTRL + page up cursor positioned below the window
CTRL + F6
CTRL + TAB next document window
CTRL + Shift + F6
CTRL + Shift + Tab
Alt + F6 next panel window
CTRL + k, CTRL + l cancel remark
CTRL + k, CTRL + C comment on the selected code
CTRL + k, CTRL + u uncomment the selected code
CTRL + M, CTRL + O fold Code definition
CTRL + M, CTRL + l expand Code definition
CTRL + delete Delete to the end
CTRL + backspace Delete to word Header
Shift + TAB cancel Tab
CTRL + u to lowercase
CTRL + Shift + u convert to uppercase
CTRL + Shift + end select to end of the document
CTRL + Shift + home select to start at the end of the document
Shift + end select to end of line
Shift + home select to start line
Shift + ALT + end vertical selection to the end
Shift + ALT + home vertical select to the beginning
CTRL + A select all
CTRL + W select current word
CTRL + Shift + page up select to the front of this page
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.