alchemist.el icon indicating copy to clipboard operation
alchemist.el copied to clipboard

[WIP] goto def and find usage now backed by elixir-ls

Open Trevoke opened this issue 5 years ago • 0 comments

With this, we can use:

  • M-. to go to definition
  • M-, to jump back

Things to test:

  • [ ] Works with Elixir < 1.6
  • [ ] Works with Elixir >= 1.6
  • [ ] Works with Erlang 19
  • [ ] Works with Erlang 20
  • [ ] Works with Erlang 21

... And reasonable combinations of the above.

  • [ ] behavior when trying to get to Erlang source code?
  • [ ] behavior when trying to get to Elixir source code?
  • [ ] Does the jump-back behavior work reasonably well?

TODO:

  • [ ] The tests need to pass

Trevoke avatar Sep 12 '18 11:09 Trevoke