Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dervexdev/universalcomments
VS Code extension that adds customizable, universal comments for every major language
https://github.com/dervexdev/universalcomments
extension formatter lightweight multilanguage multilanguage-support typescript visual-studio-code vscode vscode-extension
Last synced: about 1 month ago
JSON representation
VS Code extension that adds customizable, universal comments for every major language
- Host: GitHub
- URL: https://github.com/dervexdev/universalcomments
- Owner: DervexDev
- License: apache-2.0
- Created: 2023-01-18T00:44:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-28T21:44:25.000Z (10 months ago)
- Last Synced: 2024-05-02T05:30:03.056Z (8 months ago)
- Topics: extension, formatter, lightweight, multilanguage, multilanguage-support, typescript, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=Dervex.universal-comments
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Banner](/images/banner.png)
# About
Universal Comments extension allows you to use same comment character in every major language with several customization options!![Demo](/images/demo.gif)
# Options
| Option | Default | Description |
|-----------------------------|---------|---------------------------------------------------------|
| Comments > Single Line | `//` | Universal single-line comment character |
| Comments > Multi Line Start | `/*` | Universal block comment opening character |
| Comments > Multi Line End | `*/` | Universal block comment closing character |
| Misc > Close Block | `true` | If enabled, block comments will be closed automatically |
| Misc > Add Space | `false` | If enabled, space will be added automatically |# Supported Languages
| | | | | |
|--------------|------------------|---------------|------------|------------------|
| Batch | Go | Julia | PHP | Shell Script |
| C | Groovy | LaTeX | PowerShell | SQL |
| C# | Handlebars | Less | Properties | Swift |
| C++ | HLSL | Lua | Pug | TeX |
| Clojure | HTML | Luau | Python | TypeScript |
| CoffeeScript | Ini | Makefile | R | TypeScript React |
| CSS | Java | Markdown | Razor | Visual Basic |
| CUDA C++ | JavaScript | Objective-C | Ruby | XML |
| Dart | JavaScript React | Objective-C++ | Rust | XSL |
| F# | JSON | Perl, Perl6 | SCSS | YAML |