I use CTRL + M + O to collapse my code behind code, but I'm looking for a similar command to use in my markup page to collapse all my tags/views/divs/panels etc. Any ideas?
+2
A:
Visual Studio 2008 keyboard shortcuts.
CTRL + M , CTRL + T might be the one you're looking for.
Chris
2009-11-13 15:28:23
for some reason i get the "this key combination (CTRL-M, CTRL-T) is bound to command (collapse tag) which is not available here" when I try that one
Albert
2009-11-18 13:51:33
as a sidenote, how do you post those buttons in your message (instead of just text) ?
Albert
2009-11-18 13:53:25
HTML <kbd> tag will make your keys looks like a keyboard.
Chris
2009-11-18 14:11:29
awesome, thanks.
Albert
2009-11-18 14:54:38
+2
A:
I figured out that if I Select-All, and then use CTRL-M, CTRL-M that I achieve the desired results...
Albert
2009-11-18 13:54:30
A:
@Albert... THANK YOU!!!!!
Select-All, then use CTRL-M, CTRL-M works like a champ!
VSDev
2009-11-25 17:48:37