Finds all Elixir references that are unresolved or resolve only to invalid results, such as for partial matches.

This is for checking for bugs/missing features in IntelliJ Elixir references and resolving. It might find errors in your code, but the compiler can already do that better.

Reports aliases and calls that resolve to nothing or to only invalid results. Invalid results occur due to partial name matches, so they can indicate a typo.