You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and search by symbol Ctrl + R, I can find the project within my tasks only if I write the search in order (for instance tax 21 will locate the project, but 21 tax will not)
Implementing fuzzy search for project names (symbol names) for Todo+ would be immensely useful as this is the method used in Plaintasks for Sublimetext (which is the spiritual successor for Todo+ as I understand it).
Unfortunately that's a stupid decision on vscode's end, it doesn't make sense to reimplement fuzzy searching for each extension, complain with them about it.
If I have a project in my tasks for example:
and search by symbol
Ctrl + R
, I can find the project within my tasks only if I write the search in order (for instancetax 21
will locate the project, but21 tax
will not)Implementing fuzzy search for project names (symbol names) for Todo+ would be immensely useful as this is the method used in Plaintasks for Sublimetext (which is the spiritual successor for Todo+ as I understand it).
Furthermore, it seems the fuzzy search behavior needs to be resolved at the extension level:
microsoft/vscode#33746
microsoft/python-language-server#697
The text was updated successfully, but these errors were encountered: