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

🚫 VS Code extension to remove all comments from your code at once — 60+ languages supported

Results 22 vscode-remove-comments issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for the add-on. It does not work for comments which are in the return part of a js function. Can you upgrade this ? Example : ``` return...

>Note: this only happens when using python

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...

For Example: From: ``` This is real content. ``` To: From: ``` This is real content. ```

:new: enhancement
:+1: good first issue

only remove url. version: 1.66.2 comment: dfd34e8260c270da74b5c2d86d61aee4b6d56977 date: 2022-04-11T07:46:01.075Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Windows_NT x64 10.0.19044

``` Version: 1.66.0 Commit: e18005f0f1b33c29e81d732535d8c0e47cafb0b5 Date: 2022-03-30T05:50:41.156Z Electron: 17.2.0 Chromium: 98.0.4758.109 Node.js: 16.13.0 V8: 9.8.177.11-electron.0 OS: Linux x64 5.13.0-39-generic ```

Hoping for feature: to remove comments in blade files, file format provided by Laravel (popular PHP framework). Really helpful package want it to be the best for all upcoming frameworks...

**Language:** C On using **Remove all Comments** **Source:** `#include int main(){ char s1[] = "qwf"; char s2[] = "/*bef*/"; char s3[] = "//ef"; /*bef*/ //ef }` **Output:** `#include int main(){...

code like this: ``` print("hello") ''' -------------- comment ------------- xxx xxx xxx xxx xxx xxx ---------------------------------------- ''' print("world") ```