-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Can't hover on well known functions #241
Labels
bug
Something isn't working
Comments
Thanks for the report I think the first thing is because we might not being indexing types yet. The third screenshot seems to be odd. would you mind copy pasting that code so i can test it? also as a quick test, can you see what happens if you format that last snippet like this and hten save and check expected_payload = Map.take(
body,
Map.keys(@bet_payload_keys)
) if that is the case, it might be related to #184 |
I was able to replicate, thanks for the report! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, i'm trying to hover on functions that i'm pretty sure that has docs and the lsp is saying that it doesn't exists. For some functions it works but for others don't, so i think it's not related with my nvim configs.
Some functions on Map module works but others don't, the same occurs for Enum module and for custom functions/types.
Thanks in advance,
André Luiz
The text was updated successfully, but these errors were encountered: