-
Notifications
You must be signed in to change notification settings - Fork 5
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
Comments
Can you write an example you'd like to see work? |
Sure var1 = {
"metadata" = " aaa"
} I'd like do access metadata if I write var1[. |
@nicksieger is it likely that this feature will be implemented in the near future. |
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! |
Autocomplete for dicts would be very good. This would ease the configuration with structured data.
The text was updated successfully, but these errors were encountered: