I have been googling this pretty heavily and haven’t found an answer. I have seen that you can disable “word completion” but I often like these words, and don’t wish to disable this.
I don’t think there is a way to set a “number-of-suggestions-to-show-max-limit”.
What I was thinking might be possible, is to write a plugin listener to autocomplete? Then, take the completions that were generated, and just slice the first 5. (I only want 5 suggestions)
Another thing I was thinking, is maybe there is a way to limit the size of the pop-up to maybe 250px? The rest of the completions, you would have to scroll to see.
Thank you for the help!