Buffer symbol search also searches arguments #25335
jgcardelus
started this conversation in
Feature Ideas / Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've been writing a lot of Elixir code lately. In Elixir there's a lot of function overloading. When I want to jump to a function, I normally go to the buffer's symbol search, but it only let's me search by function name and, since I have 5-10 functions with the same name, I have to iterate over each one which is a bit annoying. (See example below)
It would be great if the search also included the function arguments, so I could do something like
handle_event("props-validate
Or with the same fuzzy search that's already implemented for function names.
Maybe it could be something that you could enable in the language settings, like include function arguments in symbol search.
I don't know if anyone has the same issue, but it's something that I'm always thinking about.
Beta Was this translation helpful? Give feedback.
All reactions