tigersoldier / company-lsp

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

Revert "Use the text from point to bol for prefix when caching" #87

Closed tigersoldier closed 5 years ago

tigersoldier commented 5 years ago

Reverts tigersoldier/company-lsp#84

Sorry, had to revert this change. It breaks client-side candidate filtering because it uses prefix to filter cached candidates.

yyoncho commented 5 years ago

Does it break https://github.com/tigersoldier/company-lsp/pull/86 ? Can you share the problematic scenario?