-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Milestone
Description
Hi @tonini (from Alchemist) and @msaraiva (from Atom),
@antipax is working on a feature in Elixir v1.3 that would allow you to list all functions being called on a given file. For example:
mix xref --list lib/foo.ex
Foo.bar/1:7
Bar.baz/1:19
Do you think such feature would be useful for Emacs and/or Atom? If there is an interest, let's discuss how it should work and its format. If there is no interesting, it is less code for us to write. :)
Have a good weekend!
DiogoNeves, lpil and wpcarro