An easy way to add personalized comments to your code
Set your own template for the comment and use variables for richer content. You can even re-tag a comment, adding the previously used tag.
It also detects the current language and uses the appropriate comment pattern.
The following variables are available:
#enteredText
(the tag that you typed)#day
#month
#year
The default template just adds the current date:
#day/#month/#year - TAG: #enteredText
#day/#month/#year - ISSUE: #enteredText
While Tagged Comment is free and open source, if you find it useful, please consider supporting it.
I've been working on this on my spare time, and while I enjoy developing it, I would like to be able to give more attention to its growth
MIT © Alessandro Fragnani
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.