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

Fix rsx expression autocomplete #3568

Merged
merged 4 commits into from
Jan 14, 2025

Conversation

ealmloff
Copy link
Member

We were expanding dynamic nodes and attributes in both the debug and release blocks of the macro. That caused rust analyzer to get confused and not autocomplete expressions. This PR pulls out those items into a shared scope

Fixes #3558

@ealmloff ealmloff added bug Something isn't working rsx Related to rsx or the dioxus-rsx crate labels Jan 14, 2025
@jkelleyrtp jkelleyrtp merged commit 857c3e2 into DioxusLabs:main Jan 14, 2025
17 checks passed
@ealmloff ealmloff deleted the fix-rsx-expression-autocomplete branch January 14, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working rsx Related to rsx or the dioxus-rsx crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expressions in rsx fail to autocomplete
2 participants