JakeBecker/ide-elixir

Go to definition, project wide symbols view, and navigation

Opened this issue · 1 comments

I'm a little confused about how this plugin fits in with symbols view and go to declaration.

It seems to show symbols for a given file, but not for the entire project. Does that come from ElixirLS or is that coming from something else?

Also, I can't use "go to declaration" to jump the definition of a function/module, but I CAN Command-click on functions to navigate. The problem is, once I click, there's no way to navigate back to where I was (return from declaration doesn't work). I've tried using the "last-cursor-position" plugin, but that doesn't seem to work very well (because Command-clicking doesn't seem to add a new "position").

It would be really amazing if I could easily navigate to and from function definitions easily, I just can't seem to find a good way to do it. Any help would be appreciated!

Same problem here after FRESH installation of latest versions of Atom, atom-ide-ui and ide-elixir.
Go to declaration does not work at all. CMD + click does work and opens new tab which is fine I guess.
PLT is being built fine, autocompletion does work, other features seem to be fine too.