rm-js-commentThis VSCode extension provides a set of utilities for managing and formatting code. It includes commands to remove comments, set prompt titles, copy formatted code to the clipboard, convert code to camel case, and remove empty lines. Features
Commands1. Remove CommentsRemoves all comments and empty lines from the currently active file.
2. Remove All CommentsRemoves all comments and empty lines from the selected files and folders.
3. Set Prompts TitleSets a config for prompts. The title is saved to a file and used by the
4. Copy As PromptsCopies selected files and folders as formatted prompts to the clipboard, including the previously set prompt title.
5. Readable CodeConverts the code in the currently active file to camel case and replaces configured strings.
6. Remove Empty LinesRemoves all empty lines from the currently active file.
Usage
ContributingContributions are welcome! Please fork the repository and submit a pull request with your changes. LicenseThis project is licensed under the MIT License - see the LICENSE file for details.
|