TerminalFi / LSP-copilot

GitHub Copilot support for Sublime Text LSP plugin provided through Copilot.vim.
625 stars 25 forks source link

Completion Panel specify # of completions #85

Closed TerminalFi closed 1 year ago

TerminalFi commented 1 year ago

Looking into the implementation, it might be worth while to add a setting to limit the number of completions in the panel and make it user configurable

jfcherng commented 1 year ago

It's at most 10 from the server side iirc.

TerminalFi commented 1 year ago

As this is already limited at the server level to 10. I don't see a ton of value in adding a setting. If we get a large user request for this, we can revisit