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

Autocomplete for dicts #44

Open
iFrozenPhoenix opened this issue Sep 23, 2022 · 4 comments
Open

Autocomplete for dicts #44

iFrozenPhoenix opened this issue Sep 23, 2022 · 4 comments

Comments

@iFrozenPhoenix
Copy link

Autocomplete for dicts would be very good. This would ease the configuration with structured data.

@nicksieger
Copy link
Member

Can you write an example you'd like to see work?

@iFrozenPhoenix
Copy link
Author

Sure

var1 = {
  "metadata" = " aaa"
}

I'd like do access metadata if I write var1[.
Similar to the dot notation typescript provides for nested interfaces / maps.

@iFrozenPhoenix
Copy link
Author

@nicksieger is it likely that this feature will be implemented in the near future.
It would really ease the configuration.

@nicksieger
Copy link
Member

I agree it would be a nice-to-have. Without some support 👍 it would be hard to prioritize working on this soon though, thanks for understanding. If you want to attempt a PR yourself I would definitely take a look!

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

No branches or pull requests

2 participants