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, either.
What I tried:
- erlang-ls docs and issues
- Peeking through the source, I see that els_code_navigation matches on poi_kind. The relevant poi_kind would be
variable
, but "variable" doesn't appear in els_code_navigation.