Hey all, I recently discovered this thread <https://github.com/elixir-lang/elixir/issues/4656> where Jose reached out to devs maintaining Elixir packages for Atom and Emacs to inform them of mix xref. I was encouraged by seeing this and then wondered if there were any technical limitations to supporting cross-referencing for private functions...
Obviously from a tooling perspective I could search within my file using regex, but I figured that if mix xref were to be fully integrated into Atom or Emacs, it'd be nice to have the ability to lookup private function usage in a module. I think developers would have more confidence using tools like "find usages" if they knew that the source was coming from mix xref which parses the AST. Thanks, William -- You received this message because you are subscribed to the Google Groups "elixir-lang-core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/fe0a3554-0e45-4950-89c3-648963ee32d5%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
