Forked from aaron-bond/better-comments v3.0.2
- Fix matching errors.
- All languages supported.
- Custom comments configuration for languages configurated by
vscode.languages.setLanguageConfiguration
See #11 - Embedded languages supported. Like SFC of Vue, markdown, HTML, etc. See #388
- Remote workspace supported. See #507
- Web editor supported.
- Theme switchable. Defferent tag config for light and dark themes. See #506
- Allow multiple tags per item. See #33
- Multi-line comment supported. See #7
The Better Comments extension will help you create more human-friendly comments in your code. With this extension, you will be able to categorise your annotations into:
- Alerts
- Queries
- TODOs
- Highlights
- Commented out code can also be styled to make it clear the code shouldn't be there
- Any other comment styles you'd like can be specified in the settings
Default setting as below:
All languages supported:
- Auto detected languages comments rules from extension configuration.
- Manual configured languages comments rules by
"better-comments.languages"
.