Tagged Comment Package for Atom
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.
Type your tag
Comment automatically added
Available Variables
The following variables are available:
#enteredText
(the tag that you typed)#day
#month
#year
Examples
Default
The default template just adds the current date:
#day/#month/#year - TAG: #enteredText
With an issue tracker ID
#day/#month/#year - ISSUE: #enteredText
Support
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
License
MIT © Alessandro Fragnani