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

Add API to allow a user-specified number of autocompletions to be show in the popup list #2217

Closed
ainslec opened this issue Oct 29, 2014 · 1 comment

Comments

@ainslec
Copy link
Contributor

ainslec commented Oct 29, 2014

The current default is 8, but for my own use case, I have increased that number 20 (which is closer to Eclipse's limit). I achieved this via hard-modification of ext-language_tools.js .

In ext-language_tools.js, I changed:

popup.renderer.$maxLines = 8;

to

popup.renderer.$maxLines = 20;

Obviously, there needs to be configurable way of user-configuring this number (with a sensible minimum check in place) so that such hard-coding is not necessary.

@github-actions
Copy link

github-actions bot commented May 9, 2022

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

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

No branches or pull requests

1 participant