Feature Request: Support Fuzzy Search for @ File/Folder References #345
linuxsong
started this conversation in
Feature Requests
Replies: 1 comment 1 reply
-
Love this - I actually had a similar thought yesterday! Thanks for writing it down. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
When using the @ symbol to reference files or folders , the search only works with exact prefix matching. For example, to find a file named
ab_cd.go
, users must type the exact prefix characters in sequence (a
->ab
->ab_
).Desired Behavior
Implement fuzzy search functionality similar to VSCode's built-in file search, Cursor, and GitHub Copilot. This would allow users to find files by typing non-consecutive characters that appear in the filename. For example:
abc
should matchab_cd.go
acd
should matchab_cd.go
Benefits
Beta Was this translation helpful? Give feedback.
All reactions