elixir-lsp / elixir-lsp/coc-elixir

Buffer source replaces LS sources when starting typing

Open
#69 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
170
Forks
12
PR merge metrics
No merged PRs in 30d

Description

Hey, I observe an issue with autocompletion. At first I can see what seems to be a correct autocomplete from the LS:
image
after I type, for a few characters I might be okey:
image
but eventually the LS source suggestions get replaced by buffer suggestions:
image

My CocConfig is:
```
{
"elixirLS.dialyzerEnabled": false,
"elixir.pathToElixirLS": "~/.elixir-ls/release/language_server.sh"
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.