Now for the Visual Studio 2008 shortcut keys, Visual Studio 2008 is more powerful as a new generation of integrated development tools. Many shortcuts are basically the same as Visual Studio 2005, but slightly different. As a more mature integrated development tool, what are the shortcuts that it provides for us, the following details the visual Studio 2008 shortcuts and the meaning of the specific operations.
"Window shortcut Keys"
Ctrl+w,w: Browser window
Ctrl+w,s: Solution Manager
Ctrl+w,c: Class View
Ctrl+w,e: Error List
Ctrl+w,o: Output View
Trl+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: Instant window
Ctrl+tab: Active form Toggle
"Tool Shortcuts"
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
Shift+alt+enter: Toggle Full-screen Editing
Ctrl+b,t/ctrl+k,k: Toggle Bookmark Switch
Ctrl+b,n/ctrl+k,n: Move to Next Bookmark
Ctrl+b,p: Move to previous bookmark
Ctrl+b,c: Clear All labels
Ctrl+i: Incremental Search
Ctrl+shift+i: Reverse-Incremental Search
Ctrl+f: Finding
Ctrl+shift+f: Finding in Files
F3: Find Next
SHIFT+F3: Find Previous
Ctrl+h: Replacing
Ctrl+shift+h: Replacing in Files
ALT+F12: Find Symbols (List all find results)
Ctrl+shift+v: Clipboard Loops
CTRL + LEFT ARROW key: One word can be moved at a time
CTRL + UP and DOWN ARROW: Scrolls the code screen without moving the cursor position.
Ctrl+shift+l: Delete When moving forward