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

Resolve and complete record initialization #710

Open
bbannier opened this issue Jan 13, 2025 · 0 comments
Open

Resolve and complete record initialization #710

bbannier opened this issue Jan 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@bbannier
Copy link
Owner

Currently we do not resolve fields in record initializers, e.g.,

type X: record { field_name: string; };

global x: X = [ $field_name="" ];
#               ^ hover missing

it would also be nice if we would be able to provide completion possible field names. This requires us to be able to resolve the type of the value we are creating (either from a type on the LHS, or from the type of a function argument) from potentially incomplete code.

@bbannier bbannier added the enhancement New feature or request label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant