Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/plibither8/vscode-remove-comments

🚫 VS Code extension to remove all comments from your code at once — 60+ languages supported
https://github.com/plibither8/vscode-remove-comments

comments extension typescript vscode vscode-extension

Last synced: 2 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 🚫 Remove Comments

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Version](https://vsmarketplacebadge.apphb.com/version/plibither8.remove-comments.svg)](https://marketplace.visualstudio.com/items?itemName=plibither8.remove-comments)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/plibither8.remove-comments.svg)](https://marketplace.visualstudio.com/items?itemName=plibither8.remove-comments)

[![Made_with_love_in India](https://img.shields.io/badge/Made_with_love_in-India-DC3545.svg)](https://madewithlove.org.in/)

![Demo of usage](assets/remove-comments.gif)

## 📜 About

Just copy-pasted some code from somewhere and it's obscenely documented with unnecessary comments everywhere? *Remove Comments* will help you undocument the code and remove all the comments present in the code by doing the job for you.

*Remove Comments* is a **Visual Studio Code** extension.

### ✨ Features

* Supports both inline and multiline comments
* Support for 60+ languages 🌐

> Note: This extension does not 'uncomment' the comments present in the code, but removes them completely altogether.

### 📝 Usage

* Install the extension by searching for *Remove Comments* in the editor's 'Extensions' tab, or by launching VS Code Quick Open (Ctrl+P) and entering:

```txt
ext install plibither8.remove-comments
```

* Once installed, remove comments in your code by opening the command palette (Ctrl+Shift+P), entering "Remove all comments" and pressing enter.
* Voilà, all the comments are gone 🎉!

### 🌐 Supported Languages

List of Supported Languages

* ACUCOBOL
* Ada
* AL
* C
* COBOL
* Clojure
* CoffeeScript
* CSS
* C++
* C#
* Dart
* Dockerfile
* Elixir
* Erlang
* F#
* Go
* GraphQL
* Groovy
* Haskell
* Haxe
* Kotlin
* Java
* JavaScript
* JavaScript React
* JSON with comments
* Julia
* LaTex
* Less
* Lisp
* Lua
* Makefile
* Objective-C
* Objective-C++
* OpenCOBOL
* Pascal
* Perl
* Perl 6
* PHP
* PL/SQL
* PowerShell
* Python
* R
* Racket
* Rust
* Ruby
* Sass
* Scala
* SCSS
* ShaderLab
* ShellScript
* SQL
* Swift
* Terraform
* TypeScript
* TypeScript React
* Visual Basic
* YAML

---

## ⚖️ License

Copyright (c) Mihir Chaturvedi. All rights reserved.

Licensed under the [MIT](LICENSE) License.