mikaeljorhult / brackets-todo

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

Files in project are not indexed until changed and saved #158

Open holoadmin opened 6 years ago

holoadmin commented 6 years ago

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.