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 noticed a very weird problem with company (with LSP). When typing something and i get the autocomplete options in the list but i decide to delete a few...

see: https://github.com/emacs-lsp/lsp-mode/blob/83334f62b58feed06c0438671bfc550efcbebe63/README.md#L51-L53 Does this mean this repos should be archived now? if so, what's the alternative?

On Ubuntu 20.04, I try to test the `Emacs with the lsp-mode package` based setting according to the instruction [here](https://github.com/astoff/digestif#installation-and-set-up) using the following steps: 1. Install `digestif` according to the...

i cannot install from MELPA, is it still supported?

Creating this issue off of the back of https://github.com/syl20bnr/spacemacs/issues/12173 Essentially, when company-lsp is enabled then snippets from yasnippets-snippets don't show up in the autocompletion drop down. If I wanted to...

It seems that updates to `lsp-mode` have changed the names of these functions. I worked around this issue by adding the following code to my `init.el`: ``` (defun lsp--sort-completions (completions)...

I think is good to mention this in README file? 😖

Hello! This has been bugging me for a while but, when I use auto-completion, it seems to me that the results are in a reversed order. Example: ![Example](https://i.imgur.com/GSSgLfV.png) This is...

I'm not familiar with lisp, you can check my code to see if there any problems.

https://github.com/tigersoldier/company-lsp/blob/f921ffa0cdc542c21dc3dd85f2c93df4288e83bd/company-lsp.el#L427 ``` null is a function defined in C source code. Signature (null OBJECT) Documentation Return t if OBJECT is nil, and return nil otherwise. ``` I think there should...