0

My question is simply, is there a hotfix that will repair the bug which randomly expands collapsed sections in an aspx page after a few seconds. Once I re-collapse them it no longer collapses them, until I close the page and reopen it.

I'm running VS2010 vanilla (no service pack).

Thanks.

MPaul
  • 2,553
  • 3
  • 20
  • 34

1 Answers1

0

ctrl+m, ctrl+s just collapse the current region. in java script you can use this extension and tools. but I think you need to a custom command, take a look at this:

How to add commands to Visual Studio 2012?

and for more information about more shortcuts in visual studio, check out this answer:

Visual Studio, Collapse/Extends Regions ONLY shortcut

Community
  • 1
  • 1
Ehsan
  • 816
  • 9
  • 27