alefragnani / atom-tagged-comment

An easy way to add personalized comments to your code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tagged Comment Package for Atom

Following Atom archiving in December 15, 2022, this package will be archived as well. Learn more in their official announcement

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

Enter Text

Comment automatically added

Comment 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

About

An easy way to add personalized comments to your code

License:MIT License


Languages

Language:CoffeeScript 100.0%