Skip to content

VSCode plugin: Better support for showing things after "." #1348

Open
@p-offtermatt

Description

@p-offtermatt

One thing I think could be immensely useful is proper support for . in the VSCode plugin.
When I type e.g.

currentState.

I would like a little box with all the field values (if record) and all the functions (say, that take a state as first parameter, which I'd liken to methods in an OO language) of the type that currentState is.

Not sure how much implementation effort it is, but imo it would be a big benefit in terms of usability. Right now, I often need to look through the spec to find whether there is a function that does what I am looking for, or make vague guesses that things that VSCode offers me in the autocompletion are functions related to the type I'm trying to use. This would make the VSCode autocompletions massively more useful

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions