dioxus/packages
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
..
autofmt Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
check update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
cli Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
cli-config Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
config-macro Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
core Fix effects triggered from async tasks; improve work scheduling docs (#2370) 2024-05-04 15:30:13 +01:00
core-macro Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
desktop Add access to the Element attributes related to scrolling (#2338) 2024-05-21 12:56:49 -05:00
dioxus Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
dioxus-lib Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
extension bump extension version 2024-04-24 22:41:31 -04:00
fullstack Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
generational-box Fix event handler memory leak (#2298) 2024-04-26 00:47:22 -04:00
hooks Fix effects triggered from async tasks; improve work scheduling docs (#2370) 2024-05-04 15:30:13 +01:00
hot-reload Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
html Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
html-internal-macro Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
interpreter Add access to the Element attributes related to scrolling (#2338) 2024-05-21 12:56:49 -05:00
liveview Add access to the Element attributes related to scrolling (#2338) 2024-05-21 12:56:49 -05:00
mobile update 0.4 doc links to 0.5 2024-03-27 20:42:07 -05:00
playwright-tests Refactor and fix eval channels (#2302) 2024-04-26 11:55:48 -04:00
router Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
router-macro Fix event handler memory leak (#2298) 2024-04-26 00:47:22 -04:00
rsx Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
rsx-rosetta Autocomplete rsx (#2421) 2024-05-22 07:24:50 -05:00
server-macro Fix calling server functions on desktop (#2357) 2024-04-25 14:24:46 -04:00
signals Restore set compare hook (#2287) 2024-04-26 11:55:11 -04:00
ssr Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
static-generation Create a Static Site Generation platform; Deduplicate hot reloading code (#2226) 2024-05-22 07:24:15 -05:00
web Refactor and fix eval channels (#2302) 2024-04-26 11:55:48 -04:00