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.
And what this regex does is to make transparent also the console.log piece of code before the comment.
I would like that the same regex idea existed but with showComment instead of hideComment. For instance, I would like to hide all comments that are java-doc like
But I would like to keep the code in normal comments like this:
Hello!
I have seen this option:
And what this regex does is to make transparent also the console.log piece of code before the comment.
I would like that the same regex idea existed but with showComment instead of hideComment. For instance, I would like to hide all comments that are java-doc like But I would like to keep the code in normal comments like this: