-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Description
Is your feature request related to a problem? Please describe.
Elements of a NamedTuple
do not appear in the suggested members/methods dropdown.
Describe the solution you'd like
The elements of a NamedTuple
should be suggested for autocompletion just like the members of a class or the elements of a regular tuple (_1
, _2
...)
For example:
val nt = (integer = 0, string = "hello")
both integer
and string
should be suggested when writing nt.
Describe alternatives you've considered
n/a
Additional context
No response
Search terms
namedtuple
dragove, szymon-rd, MatteCarra and gmaragno
Metadata
Metadata
Assignees
Labels
No labels