Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Trevoke
Copy link
Contributor

@Trevoke Trevoke commented Sep 12, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants