company-lsp icon indicating copy to clipboard operation
company-lsp copied to clipboard

Company completion backend for lsp-mode

Results 41 company-lsp issues
Sort by recently updated
recently updated
newest added

I have been using company-lsp for PHP completion. The completion seems to be working as expected, but instead of narrowing the completion results, it is highlighting only. e.g. ![company-issue](https://user-images.githubusercontent.com/11035951/51281657-f829cd00-1a47-11e9-91c3-e4f213d21853.gif) Using:...

I want to get code completion in Org Mode source block. But lsp-mode/company-lsp requires `lsp--cur-workspace`. Is it possible to code completion without it?

I know other people have had this error, but looking at those issues didn't help. When I try using LSP with Julia mode and Company, I get the error `Company:...

As referenced at the bottom of this thread (there are also unrelated topics): https://github.com/cquery-project/cquery/issues/401 If you complete an `include header` in c/c++, company-lsp seems to suggest a snippet for what...

This is quite annoying, when I'm typing a floating point number which is above the minimum prefix length for company completions, company starts auto completing after I type a `.`...

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...

I experienced the bug reported on #17 This has happen on Go and Python, and I expect to happen on other languages too. After inserting the dot to fire auto...

Post completion should display a warning if snippets are enabled but yasnippet is not. In this case, the user must either disable company lsp snippets or enable yasnippet.

This is something about the interaction between company-lsp and lsp-mode. lsp-mode does jump-to-defnition very well through xref-find-definitions, but I can't quite make it work with company-lsp. The best I can...

Remember the start and end positions when inserting a completion candidate with textEdit populated. Use those positions to expand yassnippets. insertText is handled in a similar fasion. To avoid destory...