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

Arrays confuse the auto-completer #1732

Closed
jneem opened this issue Dec 2, 2023 · 0 comments · Fixed by #1746
Closed

Arrays confuse the auto-completer #1732

jneem opened this issue Dec 2, 2023 · 0 comments · Fixed by #1746

Comments

@jneem
Copy link
Member

jneem commented Dec 2, 2023

The auto-completer is not good at auto-completing records inside arrays. For example, in

let LanguageConfiguration = {
  name | String,
}
in
let HxLang = { language | Array LanguageConfiguration, .. } in
{
  language = [
    { na }
  ]
}
  | HxLang

we don't get an autocompletion for "name". If we drop the arrays, we get the autocompletion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant