Some auto complete not works in Elixir mix-otp guide section.
LoranceChen opened this issue · 2 comments
LoranceChen commented
Some auto complete not works in mix-otp guide.
auto complete KVServer.accept(4040)
not works when input KVServer.
and wait give me a accept
selection.
Besides, it also can't jump to KVServer.accept(4040)
with M-.
I just find this stage can't works.
Thanks for the great work.
LoranceChen commented
code has prepared at https://github.com/LoranceChen/elixir-guide
the line of KVServer.accept
at https://github.com/LoranceChen/elixir-guide/blob/master/apps/kv_server/lib/kv_server/application.ex#L15
LoranceChen commented
does anyone work or not work at this point about jump to definition
?