dioxus/packages/rsx/tests
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
..
invalid Tests: add tests for hotreload and recurse into children 2024-03-13 14:15:34 -07:00
parsing Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
snapshots Add a ton of comments to rsx/hotreload, add snapshot testing, refactor a bit to simplify the crate (#2130) 2024-03-24 13:31:26 -07:00
valid Add a ton of comments to rsx/hotreload, add snapshot testing, refactor a bit to simplify the crate (#2130) 2024-03-24 13:31:26 -07:00
hotreload_pattern.rs Add a ton of comments to rsx/hotreload, add snapshot testing, refactor a bit to simplify the crate (#2130) 2024-03-24 13:31:26 -07:00
hotreloads.rs Add a ton of comments to rsx/hotreload, add snapshot testing, refactor a bit to simplify the crate (#2130) 2024-03-24 13:31:26 -07:00
parsing.rs Fix: #2095, #1990 2024-03-17 21:14:26 -07:00
rsx_diff.rs Add a ton of comments to rsx/hotreload, add snapshot testing, refactor a bit to simplify the crate (#2130) 2024-03-24 13:31:26 -07:00