Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

General tags language override. #788

Closed pocelka closed 1 year ago

pocelka commented 1 year ago

Hello,

would it be possible to enable todo-tree.general.tags also for language overrides? I.e. right now I have it like this:

    "todo-tree.general.tags": [
        "BUG",
        "SEE NOTES",
        "HACK",
        "FIXME",
        "TODO",
        "NOTE",
        "POST",
        "USEFUL",
        "LEARN",
        "COMMENT",
        "TBD",
        "[ ]",
        "[x]"
    ],

but I work a lot with databases. And for these files I can define a table / column comment with keyword COMMENT which is kind of messing the text for me. I guess I could remove "COMMENT" from the list of tags, but then on other hand what if somebody (even myself) uses comment keyword somwhere...

Or is there some way how to solve this via configuration?

pocelka commented 1 year ago

Seems like I confused some addons.