alchemist-goto-definition-at-point does not work with ecto project
Opened this issue · 1 comments
whysoserious commented
Steps to reproduce:
- Clone https://github.com/elixir-ecto/ecto:
git clone https://github.com/elixir-ecto/ecto.git
- Launch emacs, go to any file in the ecto project, eg.:
lib/ecto/repo.ex
. - Observe that invoking
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
junjizhi commented
Had the same issue. Go to definition worked for those functions defined in the same file, but not cross files.