imdone-atom
imdone-atom copied to clipboard
Support for Multi-Word Tokens Such as "TO DO" and "FIX ME"
It would be nice to see support for multi-word tokens such as "TO DO" and "FIX ME", whether by default or in custom lists.
@bdsexton It would be nice, but complexity is my enemy here. It does allow -
and _
, anything that conforms to this regex [\w\-]+?
. One thing worth investigating though might be to allow a custom name for a single word token. So the list name could be "TO DO" for the token TODO.
I am not sure this really conforms to standard practices but can see the appeal in having such a feature.
My apologies for the very late reply.
@piascikj I have not used imdone in quite a while except to check what it would do after I rejected the xcodebuild prompt it triggers when updating, but thank you for your efforts and your consideration.
@nblackburn I am not aware of any standard practice for such comments. I have often used "TO DO" and tools such as the various JetBrains IDEs support that.