vscode-hide-comments
vscode-hide-comments copied to clipboard
RFC: Toggling between hiding comments and hiding everything but comments
As the title describes, it would be nice to toggle between only comments and no comments.
When I visit a complex function, my first task is to understand what it's doing at a high level. Low level code often creates noise and distraction to my ADHD brain. I'd like to hide all the code initially, read what it claims to be doing (intent) then hide the comments and read what it's actually doing.
Thanks
Oh, I never thought about that. Great to hear how others work and it makes sense. It could be a nice addition to the extension.