
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-hint ✅
- cspell ✅
- dprint ✅
- eslint
- istanbul
- jshint
- markdownlint
- prettier ✅
- remark
- stylelint ✅
- typescript ✅
- unocss ✅
- v8 ✅
- vite ✅
- vue ✅
- webpack ✅
More comming soon.
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.customMagicComments |
User defined magic comments |
array |
[] |
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.ignorePaths |
Ignored paths pattern |
array |
[] |
magic-comment.languages |
Enabled by language ids |
array |
["javascript","javascriptreact","markdown","typescript","typescriptreact"] |
License
MIT License © 2024-PRESENT ntnyq
| |