Skip to content

cg-cnu/vscode-codetags

Repository files navigation

Code Tags

Add tags to your code with predefined templates


Demo

codetags-demo

Features

  • Predefined tags.

  • Ability to define custom tags. Refer to tags for inspiration.

// add custom codetag
  "codetags.custom": [
    {
      "name": "REQ",
      "description": "Satisfactions of specific, formal requirements"
    }
  ]
  • Abilty to enable/disable date and specify the format
  • Ability to enable/disable username. Defaults to git user else system user.
  • Refere to this tutorial for integration with Todo Tree & Better Comments.

Inspiration

Credits

Issue/Feedback

log them in the github issues or hit me on twitter.

Like it?

⭐ this repo.