vscode-hide-comments
vscode-hide-comments copied to clipboard
Need to add the ability to hide/show console.log prints separately from comments
Need option to show/hide console.log() prints with a separate button / keyboard shortcut.
@cfoxy17 if I understand correctly, you want to be able to hide the console.log(...)
lines instead of the comments?
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.