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

Can't trigger completions in or before symbol.

Open muirdm opened this issue 4 years ago • 0 comments

Using gopls, I can't trigger completion using company-manual-begin in cases like:

fmt.<>Print() // <> represents point

Completions only seem to trigger when there is no symbol postfix. VSCode can trigger completions in this case.

It seems like company mode itself can support this, so I assume something about the company-lsp backend prevents this from working.

muirdm avatar Sep 11 '19 17:09 muirdm