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

Autocomplete selection fails #123

Open
MangelMaxime opened this issue Oct 22, 2014 · 2 comments
Open

Autocomplete selection fails #123

MangelMaxime opened this issue Oct 22, 2014 · 2 comments

Comments

@MangelMaxime
Copy link

When we hit . or <ctrl>+<space> this is showing some auto-complete proposition. We can navigate in it by using arrows which nice.
But when we eliminate all the proposition except one this one is not selected by default we need to press <down> to select it and then press enter to add it.

These not a big deal but anoying by moment :).

And another remark about the autocomplete propositions. Actually this is testing if the propositions contains the text typed. Can't we order hit by putting first the text beginning by the text and then the other one containing it ?

@jbaron
Copy link
Owner

jbaron commented Oct 22, 2014

There is an option to set the type of code-completion at the IDE preferences. If you set it to strict, will behave the way you described it. However there was a bug that prevented this from working correctly, so latest unstable version should be used.

Regarding the highlighting, the rule is:

  1. Highlight by default the last one if that is still part of the result set.
  2. Otherwise highlight the first one

That seems to work OK on my laptop (OSX). So possible an OS specific issue, I'll run later some tests on Windows.

@MangelMaxime
Copy link
Author

Hum, sorry I didn't see this option.

And under my OSX I didn't get the problem of selection for the last one result. Only, under Windows at work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants