kenwheeler / task-list

Task list viewer based on TODO comments for Atom Editor
MIT License
9 stars 8 forks source link

Only finds tasks in open tabs? #1

Open cannikin opened 10 years ago

cannikin commented 10 years ago

Looks like right now this package only finds tasks in open tabs? Any want to get it to search the whole project?

kenwheeler commented 10 years ago

How would you recommend implementing this?

kenwheeler commented 10 years ago

Current file first, with file/count on the right?

kenwheeler commented 10 years ago

Maybe a separate key binding for project wide?

mkleehammer commented 10 years ago

The Goto package uses two key bindings for file-symbols and project-symbols and keeps an in-memory index. Could be a useful template for this.

DarrylD commented 10 years ago

+1 for looking through the whole project

Just noticed this only checks the current viewed file not open tabs.

kenwheeler commented 10 years ago

Ok I'll add that soon.

kenwheeler commented 10 years ago

I think @mkleehammer has the right idea with the dual key binding

rodw commented 9 years ago

For what it is worth I'd love a project-wide key binding as well.