Open whysoserious opened 7 years ago
Steps to reproduce:
git clone https://github.com/elixir-ecto/ecto.git
lib/ecto/repo.ex
M-.
Don’t know how to find: Ecto.Repo.Supervisor.runtime_config
Jumping to a symbol in the same file works as expected.
Emacs version: GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-05-06 OS: Ubuntu 16.04.2 LTS
Had the same issue. Go to definition worked for those functions defined in the same file, but not cross files.
Steps to reproduce:
git clone https://github.com/elixir-ecto/ecto.git
lib/ecto/repo.ex
.M-.
results eg. with the following message:Don’t know how to find: Ecto.Repo.Supervisor.runtime_config
Jumping to a symbol in the same file works as expected.
Emacs version: GNU Emacs 25.2.2 (x86_64-pc-linux-gnu, GTK+ Version 3.18.9) of 2017-05-06 OS: Ubuntu 16.04.2 LTS