estruyf / vscode-hide-comments

This extension started as a joke for people who do not like to see comments in the code. The extension will basically set all comments to transparent, they will not be removed.
https://marketplace.visualstudio.com/items?itemName=eliostruyf.vscode-hide-comments
MIT License
36 stars 3 forks source link

RFC: Toggling between hiding comments and hiding everything but comments #21

Open r0zar opened 1 year ago

r0zar commented 1 year ago

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

estruyf commented 1 year ago

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.