tonini / alchemist.el

Elixir Tooling Integration Into Emacs
http://www.alchemist-elixir.org
906 stars 103 forks source link

Some auto complete not works in Elixir mix-otp guide section. #342

Open LoranceChen opened 6 years ago

LoranceChen commented 6 years ago

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 6 years ago

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 6 years ago

does anyone work or not work at this point about jump to definition?