tigersoldier / company-lsp

Company completion backend for lsp-mode
GNU General Public License v3.0
251 stars 26 forks source link

Quickhelp number of lines #50

Open erikbye opened 6 years ago

erikbye commented 6 years ago

I've customized company-quickhelp colors and max lines, and while company-lsp quickhelp is affected also, in terms of colors, it shows only 1 line of text while company-quickhelp shows me the specified 20 lines, for other modes.

tigersoldier commented 6 years ago

I cannot think of any reason company-quickhelp works differently with company-lsp. Is it possible the the language server only returns one line of documentation?