03 October 2006
Visual Studio 2005 KeyBoard ShortCuts
You know, I've been using vs2005 for a long time now and I never knew some of the really neat short cuts that saves me a tons of time. I really start to like this so much.
These are some of the commands I use a lot
Go to definition : f12
Switch to code behind view / UI design view : F7 /Shift F7
switch to UI design source view/ UI design view : ctrl-page down
Run with debugging : f5 / shift f5
run without debuggin: control f5
move to previous edit point control + /-
find : control-shift-find
replace: control H
build solution: ctrl-shift-b
Undo - Alt backspace
full screen - shift-alt-enter
insert snippt: ctrl-k, ctrl x
solution window: ctrl-alt-L
property: alt-enter
format document ctrl+k, ctrl+d (be careful)
fomrat selection ctrl+k, ctrl_F
view in brwose: ctrl-shift-w
sniipt manager: ctrol-k, ctrol-b
For a complete list, please visit
http://www.codinghorror.com/blog/files/Visual%20St...
In addition, I really need to setup my own snip manager with my keywords. Tired of cut and paste. Just use a little time and save up some of the most useuful code pieces, another thing on my todo list. :)
Happy programming