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
- Removed code will also be styled to make it clear the code shouldn't be there!
This extension contributes the following settings:
better-comments.alertColor
: defaults to #FF2D00better-comments.questionColor
: defaults to #3498DBbetter-comments.todoColor
: defaults to #FF8C00better-comments.removedColor
: defaults to #474747better-comments.highlightColor
: defaults to #98C379;