DanielCaz / comment-remover

VS Code extension that removes comments from selected text.

Home Page:https://marketplace.visualstudio.com/items?itemName=DaniDanDev.comment-remover

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comment Remover

Removes all comments from selected text.

Features

It can remove different style of comments.

Java-like comments:

// single line

/*
Multi line
*/

Python-like comments:

# Single line

HTML-like comments:

<!-- Multi line -->

Release Notes

1.0.2

Made extension more general

1.0.1

Added icon

1.0.0

Initial release

About

VS Code extension that removes comments from selected text.

https://marketplace.visualstudio.com/items?itemName=DaniDanDev.comment-remover

License:MIT License


Languages

Language:TypeScript 100.0%