mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Tags customization #101

Closed cyrakuse closed 7 years ago

cyrakuse commented 9 years ago

We can create any tags we wan't and that's a good thing. Maybe it could be a good idea to separate the tag name that is searched in files and the tag name displayed in the todo list.

For example, we could have this in the config file : "tags": [ { "tag-name": "TODO", "display-name": "To do", "color": "#696" }, { "tag-name": "FUTURE", "display-name": "For Next Release", "color": "#F00" }, ]

Then we could have a simple string to write in code to have it in todo list and in the same time we could have a good display

anzhihun commented 9 years ago

It is a good idea. Maybe it should be optional for user.

mikaeljorhult commented 7 years ago

Name and color can be specified through the .todo file.