The Color Comments plugin will assist you in creating more human-friendly code comments.
You will be able to categorize your annotations using this extension:
Commented-out code can also be formatted to indicate that it should not be present.
You can choose any additional comment styles you like in the settings.
TODOs
Alerts
Highlights
Queries
Configuration
This extension may be set up in either User or Workspace settings.
"Color-comments.multilineComments": true
This option determines whether multiline comments are formatted using annotation tags.
When set to false, multiline comments are shown without adornment.
Color-comments.tags
The tags are the characters or sequences used to designate a comment.
The colors of the default 5 may be changed, and more can be added.
"Color-comments.highlightPlainText": false
This option determines whether comments in a plain text file are formatted using annotation tags.
When set to true, tags (defaults: '! *? //') are recognized if they are the first character on a line.