dioxus/packages/html-internal-macro
Evan Almloff 2523581cf4
Autocomplete rsx (#2421)
* autocomplete rsx

* hide the completions module

* fix autocomplete for identifiers that start with a raw identifier

* add field completion hints for props

* remove extra import

* Revert "add field completion hints for props"

This reverts commit 194899c737.

* fix autocomplete inside raw expressions

* fix autofmt

* feat: just use regular ifmt if it's compatible

reuses the tokens for ifmt so RA provides its HIR lowering on simple formatted strings

* fix merging ifmt strings

* add a better error message for components called like functions

---------

Co-authored-by: Jonathan Kelley <jkelleyrtp@gmail.com>
2024-05-22 07:24:50 -05:00
..
src Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
tests allow many attributes to be attached to one element 2023-09-20 16:02:04 -05:00
Cargo.toml fix hotreloading issues in the CLI 2024-03-12 13:39:42 -07:00