Highlight and add annotations to magic comments.
[!CAUTION]
Work in progress. May not stable yet.
Features
- Highlight magic comments
- Add annotations to magic comments
Providers
Sorted alphabetically
- autoprefixer
- biome
- c8
- case-police
- compiler
- cspell
- eslint
- istanbul
- jshint
- markdownlint
- prettier
- remark
- stylelint
- typescript
- unocss
- v8
Commands
Command |
Title |
magic-comment.getLanguageConfig |
Magic Comment: getLanguageConfig |
Configs
Key |
Description |
Type |
Default |
magic-comment.annotation |
Magic comment annotation |
object |
{ "after": { "contentText": "🚀", "margin": "0 0 0 0.5em" }, "color": "rgb(255, 189, 42)" } |
magic-comment.disabledCategories |
Disabled by comments category |
array |
[] |
magic-comment.disabledNames |
Disabled by comments name |
array |
[] |
magic-comment.enable |
Enable extension |
boolean |
true |
magic-comment.excludeFiles |
Exclude files |
array |
[] |
magic-comment.includeFiles |
Include files |
array |
[] |
magic-comment.supportLanguages |
Enabled in languages |
array |
[] |
magic-comment.userComments |
User defined magic comments |
array |
[] |
License
MIT License © 2024-PRESENT ntnyq
| |