VS2005 shortcuts Daquan

(Transfer from http://blog.sina.com.cn/s/blog_4ca09727010009kv.html )

shortcut Function
CTRL + SHIFT + B to build the solution
CTRL + F7 generate compiled
CTRL + O to open a file
CTRL + SHIFT + O Open project
CTRL + SHIFT + C to display the class view window
F4 display properties window
SHIFT + F4 to display the project properties window
CTRL + SHIFT + E resource view display
F12 to define
CTRL + F12 to declare
CTRL + ALT + J Object browser
CTRL + ALT + F1 help Contents
CTRL + F1 dynamic help  
F1 help
SHIFT + F1 help the current window
CTRL + ALT + F3 help - Search
SHIFT + ALT + ENTER full screen
CTRL + - aft positioned
CTRL + SHIFT + - positioned forward
CTRL + F4 to close the document window
CTRL + PAGE DOWN cursor is positioned over the window
CTRL + PAGE UP cursor to the window below
the CTRL + F6
the CTRL + the TAB next document window
CTRL + SHIFT + F6
CTRL + SHIFT + the TAB document window
ALT + F6 next panel window
CTRL + K, CTRL + L cancel the remark
CTRL + K, CTRL + C annotation selected code
CTRL + K, CTRL + U uncomment selected code
CTRL + M, CTRL + O folding custom code
CTRL + M, CTRL + L expansion code defined
CTRL + dELETE to delete a suffix
CTRL + BACKSPACE to remove prefix
SHIFT + tAB canceled tabs
CTRL + U turn lowercase
CTRL + SHIFT + U turn uppercase
CTRL + SHIFT + eND choose to end of the document
CTRL + SHIFT + HOME choice to the end of the document starts
SHIFT + eND selection to the end
SHIFT + HOME selection to the beginning of the
SHIFT + ALT + eND vertical selection to the tail
SHIFT + ALT + HOME vertical select the top
CTRL + A select All
CTRL + W currently selected word
CTRL + SHIFT + pAGE UP to select the front page
CTRL + SHIFT + pAGE DOWN to select the page back
CTRL + eND final target document
CTRL + HOME target document foremost
CTRL + G go ...
CTRL + K, CTRL + tag on a P
the CTRL + K, CTRL + N at a tag
ALT + F10 debugging -ApplyCodeChanges  
the CTRL + Break stop debugging the ALT +
CTRL + SHIFT + the F9 cancel all breakpoints
CTRL + F9 Interrupt
CTRL + SHIFT + F5 debug - restart
F5 debug operation
CTRL + F5 to run without debugging
F10 program execution across
F11 step into single-step
CTRL + J List members  
CTRL + PAGE DOWN a next view
CTRL + B format - bold
CTRL + SHIFT + T format - text indent  

Debugging keyboard shortcuts

F6: Build Solution
Ctrl + F6: generating current project
F7: View Code
Shift + F7: View Forms Designer
F5: Start Debugging
Ctrl + F5: start (not debug)
the Shift + F5: Stop Debugging
Ctrl + Shift + F5 : restart the debugger
F9: Toggle breakpoint
Ctrl + F9: enable / stop breakpoints
Ctrl + Shift + F9: delete all breakpoints
F10: Step Over
Ctrl + F10: run to cursor
F11: Step into

Editing shortcuts

Shift + Alt + Enter: full-screen editing switch
Ctrl + B, T / Ctrl + K, K: switching switch bookmark
Ctrl + B, N / Ctrl + K, N: move to the next bookmark
Ctrl + B, P: to move the a bookmark
Ctrl + B, C: Clear all label
Ctrl + I: incremental search
Ctrl + Shift + I: reverse incremental search
Ctrl + F: Find
Ctrl + Shift + F: Find in files
F3: Find next
Shift + F3: Find a
Ctrl + H: Alternatively
Ctrl + Shift + H: replace in the document
Alt + F12: search for symbols (List all search results)
Ctrl + V + the Shift: circular clipboard
Ctrl + left and right arrow keys: one can moving a word
Ctrl + down arrow keys: scroll Code screen, but without moving the cursor.
Ctrl + Shift + L: Deletes the current line
Ctrl + M, M: collapse or expand the current nested folded state
Ctrl + M, L: all set to the same process or deployed state hidden
Ctrl + M, P: Stop outlining
ctrl + E, S: see blank
ctrl + E, W: wrap
ctrl + G: go to the specified row
Shift + Alt + arrow keys: choose the text
Alt + left mouse button: choose the text
ctrl + Shift + U: all become capital
Ctrl + U: All lowercase

Code Shortcuts

Ctrl + J / Ctrl + K, L: List Members
Ctrl + Shift + spacebar / Ctrl + K, P: parameter information
Ctrl + K, I: Quick Info
Ctrl + E, C / Ctrl + K, C: annotation selected SUMMARY
Ctrl + E, U / Ctrl + K, U: deselect annotation content
Ctrl + K, M: generating method stubs
Ctrl + K, X: insert snippet
Ctrl + K, S: Code inserted into the outer
F12: go to the or variables defined in the calling process

Window Shortcuts

Ctrl + W, W: a browser window
Ctrl + W, S: Solution Manager
Ctrl + W, C: Class view
Ctrl + W, E: Error list
Ctrl + W, O: Output View
Ctrl + W, P: Properties window
Ctrl + W, T: task list,
Ctrl + W, X: Toolbox
Ctrl + W, B: bookmarks window
Ctrl + W, U: document outline
Ctrl + D, B: breakpoints window
Ctrl + D, I: immediate window
ctrl + Tab: switching active form
ctrl + Shift + N: New project
ctrl + Shift + O: open project
ctrl + Shift + S: save all
Shift + Alt + C: New class
ctrl + Shift + A: New item


VS2005 hidden shortcuts  
  
 VS2005 accidentally discovered did not specify shortcuts shared out, not all shortcuts, or some common keyboard shortcuts.
1, Ctrl + Space directly to complete a class or function (Actually, this is not hidden shortcuts, but because seize this shortcut Chinese input method, so ... instead of + Right shortcut is Alt)
2, the Shift + the Delete remove the entire line, and this line into the clipboard (this time can not select a piece of content)
3, the Shift + Insert paste, a bit bizarre, Ctrl + V on it, presumably to Shift + delete and the corresponding bar
4, Ctrl + Up, Ctrl + Down scroll editor, but try not to move the cursor, ensure the cursor in the visible range of
5, Ctrl + BackSpace, Ctrl + delete to delete the entire word, sometimes very useful
6, Ctrl + Left, Ctrl + Right by the whole word to move the cursor (not hidden, and in front of a few add up to the Ctrl cursor control kit)
7, the Shift + Alt + F10 to open the renamed executed, implement interfaces and abstract classes small window (you can also use Ctrl +., but some Chinese input method to use this)
8, the Shift + F9 debugging is open QuickWatch, content is content at the current cursor
9, F12 jump to definition, shortcuts useful
10, Shift + F12 Find All references
11, Ctrl + F10 = F5 Start the Debug
12 is, the Ctrl + F6 cycle read the source code window, bit Ctrl + Tab feeling
13, Ctrl + F3 find the current cursor selected content, and F3, used in conjunction with
14, Ctrl + F2 will focus to the drop-down box class
15, Alt + F7 = Ctrl + Tab
16, Alt + F11 to open VS2005 and edit macros
17, Alt + F12 = Ctrl + F to find

Reproduced in: https: //www.cnblogs.com/llbofchina/archive/2007/08/13/854053.html

Guess you like

Origin blog.csdn.net/weixin_33998125/article/details/94206744