Match file names before file paths in file picker #7774
Replies: 2 comments
-
Can you lost a screenshot. The |
Beta Was this translation helpful? Give feedback.
-
I suspect the issue is I search all in lower case, so it matches the path first as the file name is capitalised. Has there been any discussion of having the file picker only search file names, rather than file names + paths? This could be something I could look at contributing if its desirable. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
when searching for my
Main.scala
file in a scala project the picker instead matches every single file in/src/main
when I search formain
. VS Code by contrast will matchMain.scala
first in this case, and I believe Helix should follow this behavior.Beta Was this translation helpful? Give feedback.
All reactions