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

Hello there ! Could be achieved a «remove comments in selection» feature ? Would be uber-practical ! Extension is already as it is though, I’m not saying otherwise ^^ Thanks...

Currently, removing comments leaves empty lines, add a setting so that it removes them as well.

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.4 to 1.5.1. Commits eb6d9f5 [dist] 1.5.1 750d8e8 [fix] Fixes relative path resolving #199 #200 (#201) 3ac7774 [test] Make test consistent for browser testing 267a0c6 [dist] 1.5.0...

dependencies

Not sure what I might be doing wrong. Extension is installed and removing other language comments sucessfully. But I have a file "app.scss" whicit t does noremove comments from. ```...

:bug: bug

```Powershell $keep = "This Line" $keep = "This Line Too" ``` CTRL-Shift-P Remove All Comments Results in ```Powershell $keep = "This Line" < Get Clusters Get Cluster Datastores Categorize Datastores...

The extension works fine, but in what little I've tried it doesn't remove the blank lines that comments leave after they are removed

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

:bug: bug

I understand this extension removes the comments from a file. Can there be a configurable option for this to rather produce a view or an o/p file optionally with comments...

:new: enhancement

```javascript const foo = 'https://example.com'; ``` Turns into ```javascript const foo = 'https: ```

:bug: bug

configuration file is a very simple type, for example, /etc/debconf.conf configuration lines are start with `#`. Remove empty line also good. Please consider implement it , appreciate :)

:new: enhancement