We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Problem
Autocomplete is broken inside of raw expressions in rsx.
Steps To Reproduce
When typing the expression in rsx in this code snippet, the variable does not autocomplete in RA:
fn component() -> Element { let xysyryst = 0; rsx! {{xy}} // cursor should be after xy }
Expected behavior
Autocomplete should work in expressions
Environment:
nightly
The text was updated successfully, but these errors were encountered:
ealmloff
Successfully merging a pull request may close this issue.
Problem
Autocomplete is broken inside of raw expressions in rsx.
Steps To Reproduce
When typing the expression in rsx in this code snippet, the variable does not autocomplete in RA:
Expected behavior
Autocomplete should work in expressions
Environment:
nightly
The text was updated successfully, but these errors were encountered: