Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
p-offtermatt opened this issue Jan 17, 2024 · 1 comment
Open

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

p-offtermatt opened this issue Jan 17, 2024 · 1 comment
Labels
feedback User feedback usability Usability issues vscode VScode plugin

Comments

@p-offtermatt
Copy link
Member

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

@p-offtermatt p-offtermatt added vscode VScode plugin usability Usability issues feedback User feedback labels Jan 17, 2024
@p-offtermatt p-offtermatt changed the title VSCode plugin: Better support for showing things after . VSCode plugin: Better support for showing things after "." Jan 17, 2024
@bugarela
Copy link
Collaborator

For reference, we have some partial implementation of this by Thomas: #1143

Should work for builtins, but is not consistent at all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback User feedback usability Usability issues vscode VScode plugin
Projects
None yet
Development

No branches or pull requests

2 participants