- VSCode Version: 1.4.0
- OS Version: Windows 7 x64
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:
- Open a workspace containing the two files cell.editor.ts and editor.ts
- Press CTRL+P and start typing: 'editorts' (without quotes and without a period)
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.
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.