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

Expressions in rsx fail to autocomplete #3558

Closed
ealmloff opened this issue Jan 13, 2025 · 0 comments · Fixed by #3568
Closed

Expressions in rsx fail to autocomplete #3558

ealmloff opened this issue Jan 13, 2025 · 0 comments · Fixed by #3568
Assignees
Labels
bug Something isn't working rsx Related to rsx or the dioxus-rsx crate

Comments

@ealmloff
Copy link
Member

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:

  • Dioxus version: 0.6.1
  • Rust version: nightly
  • OS info: MacOS
  • App platform: all
@ealmloff ealmloff added bug Something isn't working rsx Related to rsx or the dioxus-rsx crate labels Jan 13, 2025
@ealmloff ealmloff self-assigned this Jan 14, 2025
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 a pull request may close this issue.

1 participant