vscode-remove-comments
vscode-remove-comments copied to clipboard
A string with a double slash is also removed.
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 this extension is not maintained anymore, I have made a fork and fixed a lot of problems: Remove Comments