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

Hard to find settings with new IntelliSense sorting #23581

Closed
bpasero opened this issue Mar 29, 2017 · 3 comments
Closed

Hard to find settings with new IntelliSense sorting #23581

bpasero opened this issue Mar 29, 2017 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete

Comments

@bpasero
Copy link
Member

bpasero commented Mar 29, 2017

I find the new sorting in IntelliSense quite bad for settings where I typically do not think about camel case matching but rather the name of the setting in words:

The most relevant entries when I type "close" for me are now at the end of the list:

image

Stable:
image

Either those 2 entries should be sorted to the top or we disable fuzzy scoring for settings at least.

/cc @Microsoft/vscode for input

@jrieken
Copy link
Member

jrieken commented Mar 29, 2017

Just to clarify sorting which is always alphabetically. Scoring is applied to select the best match as type (no resorting happens).

I agree the screen shots show unhappy cases which we should tweak. Today, we rank matches on upper-cases character or after separators (., _, etc) higher than regular lower-case matches. We should also add some sort of new-gap penalty that favours single long matches over multiple short matches

@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete labels Mar 29, 2017
@ramya-rao-a
Copy link
Contributor

Now I see this with the latest bits from master:

screen shot 2017-03-29 at 10 50 29 am

Stable:

screen shot 2017-03-29 at 10 53 13 am

workbench and zen settings disappear in crowd.

@jrieken
Copy link
Member

jrieken commented Mar 30, 2017

Thanks @ramya-rao-a - I have created #23643 for this

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug suggest IntelliSense, Auto Complete
Projects
None yet
Development

No branches or pull requests

3 participants