Find definition to respect function arity#173
Find definition to respect function arity#173lukaszsamson merged 5 commits intoelixir-lsp:masterfrom
Conversation
|
There are 3 things you need to watch out for and handle
|
|
Thanks for the feedback.
I believe this is covered because I am falling back to
As you say I don't think this is an issue here. Tested with elixir-ls using this updated version and it seems to work.
Likewise I've tested this and not an issue |
|
@lukaszsamson any thoughts following on from my previous reply? Let me know if I've misunderstood anything, happy to update, but in need of some guidance if you think the PR still needs amendments before being merged |
Previously find definition did not respect the arity of functions - it would just take you to the first matching function header.
This PR aims to make it respect the arity of functions when going to the definition