Skip to content

Autocomplete for elements of a NamedTupleΒ #397

@t9dupuy

Description

@t9dupuy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions