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

HoK: limited number of entries in completions #205

Open
rdiaz02 opened this issue Apr 13, 2016 · 0 comments
Open

HoK: limited number of entries in completions #205

rdiaz02 opened this issue Apr 13, 2016 · 0 comments

Comments

@rdiaz02
Copy link

rdiaz02 commented Apr 13, 2016

When I set options new options, many of them are not shown when I press TAB to see completions in the extended hint mode. I think this is due to that menu having a limited size. For example, I do:

plugins.options["caret_hint.tail_key"] = "t"; 
plugins.options["caret_hint.head_key"] = "h"; 
plugins.options["caret_hint.select_tail_key"] = "9"; 
plugins.options["caret_hint.select_head_key"] = "8"; 

but only the first will show. The rest do work, but are not shown in the menu.

Could the size of the menu adapt to the number of entries or, at least, be a user option? Or am I doing something wrong? (I've been playing with the options but I do not see how).

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

1 participant