-
-
Notifications
You must be signed in to change notification settings - Fork 753
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
Hovering over a field, when destructuring records, should produce the field type #3847
Comments
I can give this a try! |
I was already looking into this, but you can if you want |
Oh no please, go ahead! |
I should start writing comments when I'm looking into an issue |
Ah, I see what the issue is. |
Ah right, I'll mark it as ready for review! |
I would like to be able to hover over
tokens
and get its type, but currently, we get the overallParseData
record type on hover:Hovering on
ParseData
should produceParseData(Bool)
and hovering on tokens should produceList(Tokens)
The text was updated successfully, but these errors were encountered: