Skip to content

VSCode extension for creating better annotations in your code

License

Notifications You must be signed in to change notification settings

TheWhoAreYouPerson/better-comments

 
 

Repository files navigation

Better Comments

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!

Annotated code

Contribution points

This extension contributes the following settings:

  • better-comments.alertColor: defaults to #FF2D00
  • better-comments.questionColor: defaults to #3498DB
  • better-comments.todoColor: defaults to #FF8C00
  • better-comments.removedColor: defaults to #474747
  • better-comments.highlightColor: defaults to #98C379;

About

VSCode extension for creating better annotations in your code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%