You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
p-offtermatt
changed the title
VSCode plugin: Better support for showing things after .
VSCode plugin: Better support for showing things after "."
Jan 17, 2024
One thing I think could be immensely useful is proper support for . in the VSCode plugin.
When I type e.g.
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
The text was updated successfully, but these errors were encountered: