Hovers on field names of deeply nested named tuple literals (and types) should show inferred type #25315
bishabosha
started this conversation in
Feature Requests
Replies: 1 comment
-
|
Maybe raise this on the metals tracker /cc @tgodzik |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be nice to be able to be able to hover on the field names of named tuple literals and have the editor provide a hover of the type of the field at that nested subtree. e.g. here is an equivalent in TypeScript:
and here is the hover:
on term:
on type:

Beta Was this translation helpful? Give feedback.
All reactions