vscode-remove-comments
vscode-remove-comments copied to clipboard
Doesn't remove multiline comments starting with /**
When used on https://necolas.github.io/normalize.css/8.0.1/normalize.css it removes all the normal single line and multiline comments but it doesn't remove the mutliline comments that start with /**
Hi Samuel,
Thanks for bringing up this issue. I will look into it tonight and see what I can do.
Cheers,
Mihir
I was really confused because of this behavior. The filed I needed vscode-remove-comments for only had /** comments ~.
Any fix coming? I ran into this bug while working on php files.
Of course, before using this plugin feature, you could do a normal search replace of /** 👉🏻 /*
@plibither8 Jhatu any updates. Seems to be a much needed feature.