plibither8 / vscode-remove-comments

🚫 VS Code extension to remove all comments from your code at once — 60+ languages supported
https://marketplace.visualstudio.com/items?itemName=plibither8.remove-comments
MIT License
36 stars 13 forks source link

Doesn't remove multiline comments starting with /** #10

Open SamuelNewhouse opened 5 years ago

SamuelNewhouse commented 5 years ago

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 /**

plibither8 commented 5 years ago

Hi Samuel,

Thanks for bringing up this issue. I will look into it tonight and see what I can do.

Cheers,

Mihir

mathieucaroff commented 5 years ago

I was really confused because of this behavior. The filed I needed vscode-remove-comments for only had /** comments ~.

jonnyijapan commented 4 years ago

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 /** 👉🏻 /*

aneeshiplytics commented 4 years ago

@plibither8 Jhatu any updates. Seems to be a much needed feature.