Questions tagged [erlang-ls]
3 questions
3
votes
1 answer
Does erlang-ls support go-to-definition for variables?
Does erlang-ls support go-to-definition for variables?
Going to definition seems to work for functions and modules, but Coc.vim says "provider not found" when I gd on a variable name. Cmd-clicking a variable name doesn't do anything in VSCode,…

Max Heiber
- 14,346
- 12
- 59
- 97
2
votes
1 answer
Erlang LS in Visual Studio Code can't find include_lib
My project is a rebar 3 app project, i.e. the code is in the src directory, the dependencies are in _build/default/lib/, and includes are in include and _build/default/lib/*/include.
I have this include statement in on one of my source files:…

Patrick Larrivee-Woods
- 35
- 1
- 8
0
votes
2 answers
Where should the erlang_ls.config go
I want to use coc.nvim and elrang_ls in vim8.2. There are some problems. It report missing an erlang_ls.config when I open a erlang file. But i have erlang_ls.config in project root.
the result of CocCommand workspace.showOutput show it read config…

bad.shadow
- 33
- 5