Skip to content

Completions for nested types #237

@jmbockhorst

Description

@jmbockhorst

There should be completions for nested types. For example:

type alias Data =
    { prop : String
    }


type alias Model =
    { data : Data
    }


test : Model -> String
test model = model.data.|

model.data. should have completions for the Data type.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions