Is there any possible way to collapse all class fields except comments? Ctrl+M, Ctrl+O shortcut collapses all including comments. Thank you.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You might be able to find something interesting here. The second answer (not the one marked green) has a link to the Visual C# 2008 Keybinding Reference Poster that might contain something of interest. |
|||
|
|
|
That task is a bit too specialized to a particular (keystroke-bindable) VS task. However, it may not be too difficult to write as a DXCore addin. (DXCore is the freely available engine that runs Developer's Express's CodeRush (DXCore can be found at http://www.devexpress.com) |
|||
|
|