Quick open changes order for matching elements #10690
Labels
bug
Issue identified by VS Code Team member as probable bug
quick-pick
Quick-pick widget issues
verified
Verification succeeded
Milestone
This doesn't happen with all name-combinations, so I assume it depends on the algorithm (I could not reproduce this issue with aaa.ts and b.aaa.ts)
Steps to Reproduce:
Result:
While typing, editor.ts is the first result as long as you didn't type further than 'editor'. As soon as you add the 't' from the file ending, cell.editor.ts becomes the first entry in the list followed by editor.ts. Clicking on editor.ts while still typing 'editor' is not a workaround as my real folder contains more files with that naming schema.
Typing the full name, editor.ts (with the period), matches the correct file.
Expected result:
An entry should not change position when still completing its name without errors.
The text was updated successfully, but these errors were encountered: