Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower-case prefix match should be equal on lower/upper-case target #79627

Closed
jrieken opened this issue Aug 22, 2019 · 2 comments
Closed

Lower-case prefix match should be equal on lower/upper-case target #79627

jrieken opened this issue Aug 22, 2019 · 2 comments
Assignees
Labels
*as-designed Described behavior is as designed suggest IntelliSense, Auto Complete

Comments

@jrieken
Copy link
Member

jrieken commented Aug 22, 2019

Matching m against min or Min should yield the same result, as opposed to matching M again min or Min (we wanna boost the effort that went into typing the upper-case letter)

@jrieken
Copy link
Member Author

jrieken commented Aug 22, 2019

This is actually not possible without causing carnage. A few are failing when making this change, e.g.

assertTopScore(fuzzyScore, 'cons', 2, 'ArrayBufferConstructor', 'Console', 'console');

For instance, TypeScript suggests (in that order) Console and console and when typing cons... I want console, not the upper-case counter part. That's why a case perfect prefix match counts more...

@jrieken jrieken added the *as-designed Described behavior is as designed label Aug 22, 2019
@vscodebot
Copy link

vscodebot bot commented Aug 22, 2019

The described behavior is how it is expected to work. If you disagree, please explain what is expected and what is not in more detail. See also our issue reporting guidelines.

Happy Coding!

@vscodebot vscodebot bot closed this as completed Aug 22, 2019
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*as-designed Described behavior is as designed suggest IntelliSense, Auto Complete
Projects
None yet
Development

No branches or pull requests

1 participant