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
I must say, this is clearly better than fzf. The fact we have cache and don't need to reindex every time is awesome. I am working on projects with over 1 million files. fzf is too slow.
One suggestion/question: is there a way to search file based on my cursor position? Like if I am editing a line like this
ClassName.functionCall()
^
my cursor is at 'a' now. Can we perform a file search of ClassName?
The text was updated successfully, but these errors were encountered:
I must say, this is clearly better than fzf. The fact we have cache and don't need to reindex every time is awesome. I am working on projects with over 1 million files. fzf is too slow.
One suggestion/question: is there a way to search file based on my cursor position? Like if I am editing a line like this
ClassName.functionCall()
^
my cursor is at 'a' now. Can we perform a file search of ClassName?
The text was updated successfully, but these errors were encountered: