Collapse all but this
On this morning’s little public editor conference call, someone remarked (and others agreed) that they wanted a way to do “collapse everything in this file but where the cursor is”. Seems like an interesting enough scenario, and it’s rather simple to write as an extension, so I went ahead and wrote one during the conference call: CollapseAllButThis.cs on gist.github.com One of the things it doesn’t really do is handle commands (partially due to a desire for brevity, and partially because the MEF extensibility isn’t there for that)
View post:
Collapse all but this


