vscode-hide-comments icon indicating copy to clipboard operation
vscode-hide-comments copied to clipboard

Need to add the ability to hide/show console.log prints separately from comments

Open cfoxy17 opened this issue 3 years ago • 2 comments

Need option to show/hide console.log() prints with a separate button / keyboard shortcut.

cfoxy17 avatar Jun 02 '21 13:06 cfoxy17

@cfoxy17 if I understand correctly, you want to be able to hide the console.log(...) lines instead of the comments?

estruyf avatar Jun 17 '21 14:06 estruyf

I think there should be pattern matching hide. ie match console.log(** and hide line or command in multi line console command. or any predefined filter like /*HIDE:*/ after this tag line will be hide. these filters you can see in a list and you can enable and disable specific tags/filters.

sadiqhabib avatar Jul 11 '21 07:07 sadiqhabib