Is there something like ctrl + m + o for Xaml?

Viewed 2237

I often miss CTL + M + O, that collapses all properties and methods in the code editor, when working with Xaml.

I installed Xaml Regions and it is nice but I still miss CTL + M + O

I have played around with:

CTL + M + M

CTL + M + L

CTL + M + P

CTL + M + U

But none of them does what I want.

Is there an extension or even a built-in command that does what I want?

To clearify, I want all children of a resource file collapsed to one row for easier navigation like this:

enter image description here

2 Answers
Related