Simple VSIX extension that adds a command to collapse comments in the open code file.
Ctrl+M, Ctrl+C collapses all comments (and using/Import statements.)
Ctrl+M, Ctrl+D expands all comments (and collapse everything else.)
Ctrl+M, Ctrl+F toggle comments
Should work with all file types that have the concept of comments.
Configurable (via Tools > Options):
- collapse (or expand) using/import directives
- auto-collapse when opening a file

A version of this extension that works with Visual Studio 2022 is also available.
| |