tigersoldier / company-lsp

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

Why there is a completion list if there is no match #124

Closed glepnir closed 4 years ago

glepnir commented 4 years ago

see here https://github.com/company-mode/company-mode/issues/917

yyoncho commented 4 years ago

Make sure that the filtering for that language server is enabled via company-lsp-filter-candidates.

glepnir commented 4 years ago

@yyoncho thanks solved!