views:

123

answers:

3

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
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
as a sidenote, how do you post those buttons in your message (instead of just text) ?
Albert
HTML <kbd> tag will make your keys looks like a keyboard.
Chris
awesome, thanks.
Albert
+2  A: 

I figured out that if I Select-All, and then use CTRL-M, CTRL-M that I achieve the desired results...

Albert
A: 

@Albert... THANK YOU!!!!!

Select-All, then use CTRL-M, CTRL-M works like a champ!

VSDev