Elixir - Improve outline panel #29927
noozo
started this conversation in
Language Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On Elixir projects (especially Phoenix and LiveView) is very common to have modules that have multiple functions with the same arity which makes the Outline view partially unusable. Example of a live view in my project:
A very big improvement would be to show something more like:
That way we could navigate exactly to the correct clause that we are looking for.
Beta Was this translation helpful? Give feedback.
All reactions