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

Remove comments removes hyperlinks as well #9

Open mbkv opened 5 years ago

mbkv commented 5 years ago
const foo = 'https://example.com';

Turns into

const foo = 'https:
Attivik commented 5 years ago

+1 Still not resolved If you are using regex, there should be no quotes or double quotes on the line, just to be sure, or at least they should be even in number, but I see problems coming in even with this solution.