I recently installed this Plug-In which looks really nice and promissing.
But when I select "project" as scope I don't get any todos displayed.
I'm using this for writing on doxygen where the command for todos is \todo or @todo so I've added the backslash and @ to the prefix regex: (?:<!--|\\/\\*|\\/\\/|#|--|\\\\|@) *@?(.
This works if I have a file open, change it and save. -> Now I get all Todos for this file listed.
Also if setting the scope to projects works fine and I'm able to get Todos added for multiple files
But todos are only added to the list after editing a file and saving it but not for the entire projct/folder.
This would be important to now where / in which files todos are before opening them.
After closing and restarting Brackets the Todo list is empty as well.
I recently installed this Plug-In which looks really nice and promissing.
But when I select "project" as scope I don't get any todos displayed.
I'm using this for writing on doxygen where the command for todos is
\todo
or@todo
so I've added the backslash and @ to the prefix regex:(?:<!--|\\/\\*|\\/\\/|#|--|\\\\|@) *@?(
.This works if I have a file open, change it and save. -> Now I get all Todos for this file listed.
Also if setting the scope to projects works fine and I'm able to get Todos added for multiple files
But todos are only added to the list after editing a file and saving it but not for the entire projct/folder.
This would be important to now where / in which files todos are before opening them.
After closing and restarting Brackets the Todo list is empty as well.