Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukejmann/comb


https://github.com/lukejmann/comb

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

Remove most comments, keeping the important ones (TODO, FIXME, NOTE, triple slash). Forked from [plibither8](https://github.com/plibither8/vscode-remove-comments) with some upgrades.

## To use

1. **Install Dependencies**:
```sh
npm i
```

2. **Package the Extension**:
```sh
npx vsce package
```

3. **Install via VSIX in VSCode**:
- Open VSCode, go to Extensions view.
- Click the three-dot menu, select "Install from VSIX...", and choose the generated `.vsix` file.