-
Notifications
You must be signed in to change notification settings - Fork 215
Find all references doesn't work with argument defaults. #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is probably a bug in https://github.com/elixir-lsp/elixir_sense/ Is is also possible that it is a bug in Elixir's A test that reproduces the error (ideally in ElixirSense) would be very helpful in tracking this down. |
…with default args fixes elixir-lsp/elixir-ls#150
It turned out to be an elixir_sense issue. I managed to reproduce and fix it there. |
Thanks @lukaszsamson! I'm going to close this since you already committed it over there to master. I'm not sure how the issue process normally works over here, but feel free to open it back up if I did something wrong. |
Environment
Elixir & Erlang versions (elixir --version):
Erlang/OTP 22 [erts-10.6.4] [source] [64-bit] [smp:12:12] [ds:12:12:10] [async-threads:1] [hipe]
Elixir 1.10.2 (compiled with Erlang/OTP 22)
Operating system: Fedora 31
Editor or IDE name (e.g. Emacs/VSCode): VSCode
LSP Client name: ??
If using VSCode, are you using "ElixirLS Fork: Elixir support and debugger" (note that it has "Fork" in the name)? Yes
Reproduction
I have a function like so in one module:
And in another I call it:
Find all references in VSCode doesn't show the
Subscription.check/3
call as a reference. If it's changed toor similar, the reference is found.
The text was updated successfully, but these errors were encountered: