Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coswat/code-commenter
Code Commenter plugin for Acode app
https://github.com/coswat/code-commenter
acode acode-plugin
Last synced: 9 days ago
JSON representation
Code Commenter plugin for Acode app
- Host: GitHub
- URL: https://github.com/coswat/code-commenter
- Owner: coswat
- Created: 2023-07-12T18:19:39.000Z (over 1 year ago)
- Default Branch: 1x
- Last Pushed: 2024-05-31T19:35:27.000Z (6 months ago)
- Last Synced: 2024-05-31T20:54:35.340Z (6 months ago)
- Topics: acode, acode-plugin
- Language: TypeScript
- Homepage:
- Size: 874 KB
- Stars: 21
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Code Commenter
Code Commenter is plugin for Acode , this plugin allows you to comment/uncomment multiple lines of code at a time, supports various language's, templating engines and files
v1.0.1
- Added support for
.ejs
and.mjs
- Updated readme
v1.0.2
- Added plugin settings option
- Updated readme
v1.0.3
v1.0.4
Readme Update
v1.0.5
Bug fix && Perfommence boost
v1.0.7
Added support for `.sass` and `.scss`
## installation
- Install **Code Commenter** Plugin from `Acode App > Settings > Plugins > And search here for Code Commenter` and install it
[Acode App](https://play.google.com/store/apps/details?id=com.foxdebug.acodefree)
## Example Usage
Select the code you want to comment/uncomment then click the comment button to make it happen
![Code Comment](https://github.com/coswat/todo/assets/97345827/3d92ca99-12be-472b-96a4-4d62cb420552)
## Supported Languages
- C/C++
- Clojure
- C#
- Css
- Dart
- Go
- Haml
- Html
- Haskel
- Java
- JavaScript
- Kotlin
- Lua
- PHP
- Perl
- Python
- Ruby
- Rust
- Shell
- Swift
- SQL
- SQLite
- TypeScript
## Supported Templating Engines
- Blade
- HandleBars
- Liquid
- Mako
- Mustache
- Pug
- Smarty
- Twig
- Velocity
## Supported Files
- .env
- .gitignore
- Json
- Makefile
- Toml
- Xml
- Yaml
## Contributing
Thank you for considering contributing to the Code Commenter plugin!