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 think that the way Company find completions entries are limiting company-lsp. VSCode and flx-ido have a clever way to reduce completion entries based on random letters the user keep...

Using gopls, I can't trigger completion using `company-manual-begin` in cases like: ```go fmt.Print() // represents point ``` Completions only seem to trigger when there is no symbol postfix. VSCode can...

Cannot get autocompletion of partially written functions to work with go-mode and gopls. `completion-at-point` seems to be working correctly. I am able to reproduce using https://github.com/emacs-lsp/lsp-mode/blob/master/scripts/lsp-start-plain.el only adding `go-mode` to...

Change `do define snippets for candidates` to `to define snippets for candidates`

The `detail` field of a `completionItem` is not shown in the company popup if the `kind` property is absent. Sometimes there is no suitable `kind` to use (e.g., in a...

Just updated emacs to these versions: ``` company-lsp 20190505.615 company 20190430.1852 ``` And some weird behavior is happening now -- the letters I type before selecting a completion candidate are...

Im on MacOS and i'm getting no completion with company-lsp despite the lsp-server as well as completion-at-point working. I've tested it with the typescript-language-server and the Microsoft Python Language Server....

I'm using Spacemacs with the lsp layer the c-c++ layer using lsp-ccls for the lsp backend. Sometimes I start getting this error whenever a completion is triggered: ``` Company: An...

When company runs completion either using `company-idle-delay` or manually in the comments or strings it will hang emacs for up to several seconds. It looks like it makes a very...