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:

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: