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

A string with a double slash is also removed.

Open Veeramani-Schnell opened this issue 2 years ago • 1 comments

In my dart file, I have added the below line and it was not a commented line. when I Did the remove comments extension from the VS code, it was removed from the string after the double slash.

String playStoreUrl = 'https://play.google.com/store/apps/details?id=$packageName';

Veeramani-Schnell avatar Jan 30 '24 04:01 Veeramani-Schnell

@Veeramani-Schnell this extension is not maintained anymore, I have made a fork and fixed a lot of problems: Remove Comments

rioj7 avatar Dec 10 '24 10:12 rioj7