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 have a file named show.html.erb
The file is located at app/views/budgets
Tried to search for the file with CTRL+p.
When I write "budgets show", I get a list of files, and the first one is the above file.
But when I write "show budgets" I get no results.
It doesn't make sense
VS Code version: Code 1.37.1 (f06011a, 2019-08-15T16:17:55.855Z)
OS version: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered:
@paamonim Quick open uses fuzzy match, that requires letters in query to appear in the same orders as in file path/name, but doesn't require them to be exact substrings.
In your case you can match same files by string budg sho, vi/bu/sho etc.
It function as expected, so it is not a bug (unless it worked in reverse order earlier) but a feature request.
Issue Type: Bug
I have a file named show.html.erb
The file is located at app/views/budgets
Tried to search for the file with CTRL+p.
When I write "budgets show", I get a list of files, and the first one is the above file.
But when I write "show budgets" I get no results.
It doesn't make sense
VS Code version: Code 1.37.1 (f06011a, 2019-08-15T16:17:55.855Z)
OS version: Windows_NT x64 10.0.18362
The text was updated successfully, but these errors were encountered: