tonini / alchemist.el

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

alchemist-goto-definition-at-point does not work with ecto project #304

Open whysoserious opened 7 years ago

whysoserious commented 7 years ago

Steps to reproduce:

  1. Clone https://github.com/elixir-ecto/ecto: git clone https://github.com/elixir-ecto/ecto.git
  2. Launch emacs, go to any file in the ecto project, eg.: lib/ecto/repo.ex.
  3. 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 6 years ago

Had the same issue. Go to definition worked for those functions defined in the same file, but not cross files.