Check out some of the use full short keys in visual studio 2005
Ctrl+Shift+7 -- Quickly navigate forward in the go to definition stack
Ctrl+Shift+8 -- Quickly navigate backward in the go to definition stack
Shift+F12 -- To Find all references of a function or a variable.
Ctrl+M, Ctrl+M -- To Expand and collapse code or function or event outlining in the visual studio editor.
Ctrl+K, Ctrl+C -- To Comment the Selected code or line in code behind or in aspx
Ctrl+K, Ctrl+U -- To Uncomment the Selected code or line in code behind or in aspx
Shift+Alt+Enter -- Toggles between full screen mode and normal mode in visual studio.
Ctrl+I -- To search a particular word (Incremental search on a page).
Shift+F3 -- To search again in opposite direction
Alt+W, L -- To close all the windows in Visual studio
Ctrl+F3 -- To find a word under cursor
Ctrl+K, Ctrl+X -- To Insert snippet (or just type in the snippet name and hit TAB, TAB)
Ctrl+K, Ctrl+S -- To Surround selected lines with snippet
Alt+B, R -- To rebuild a solution.
Ctrl+Shift+F9 -- To delete all the break points in the current solution for all the projects
Ctrl+Shift+R -- To Start-Stop recording macros
Ctrl+Shift+P -- To Play the Recorded macro
Ctrl+G -- To go to a specific line
Ctrl+F10 -- To Run to the Cursor Location
Ctrl+Shift+F12 -- To show the NextError
Ctrl+Shift+G -- To open a File
Ctrl+G -- To Go to a specific line
Ctrl+F9 -- To enable Break Points
Shift+F9 -- To show the Quick watch.
Ctrl+Alt+I -- To show the immediate window
Ctrl+H -- To replace a text
Ctrl+Shift+H -- To replace all the places
Ctrl+Alt+L -- To View the solution Explorer
Ctrl+Shift+N -- To open a new project Window
Ctrl+Shift+O -- To open the existing project
Ctrl+Alt+P -- To attach to a process
Ctrl+Shift+S -- To save all the Files
Ctrl+S -- To save selected items
Ctrl+Alt+X -- To Show the Tool bar
Ctrl+Shift+W -- To View the file in browser (press from aspx file)
Regards JK
|
No responses found. Be the first to respond and make money from revenue sharing program.
|