reergymerej / todo

an Atom package for finding TODO statements
https://atom.io/packages/todo
MIT License
10 stars 3 forks source link

(IDEA) Add more categorie #33

Closed BellemareMederic closed 11 months ago

BellemareMederic commented 7 years ago

Its very nice to work whit Todo but i use other comments mark ... like FIXME BUG IDEA and other can you add categorie on this ?

http://prntscr.com/fh97gg

10halec commented 7 years ago

@BellemareMederic Just add the tags you want to the RegExp Pattern under settings. It defaults to TODO:

(TODO:|FIXME:|CHANGED:|XXX:|IDEA:|HACK:| NOTE:|REVIEW:|NB:|BUG:).+
itotallyrock commented 7 years ago

That should be a default though. At least include all the tags used in the atom official todo language.

jonatjano commented 6 years ago

In my fork I've changed the default regex to target the tags of language-TODO. I'll make a PR when I've accomplished my goal (see #38)