dioxus icon indicating copy to clipboard operation
dioxus copied to clipboard

QoL improvements in the form of an extesion/CLI

Open jkelleyrtp opened this issue 3 years ago • 1 comments

Specific Demand

  • [x] Translate HTML to RSX with extraction
    • [ ] Identify repitition and do some mapping
  • [ ] Extract some rsx to its own component
  • [ ] Extract repetitive rsx and convert it to an array map
  • [ ] Add some linting for improper use of hooks
  • [ ] Add linting for hooks, keys, and memoization
  • [ ] publish the vscode extension and promote it more in the docs
  • [x] Autoformat rsx (and handlers/internal code with prettyplease)
  • [ ] hover to preview rsx calls (like slint)

jkelleyrtp avatar Apr 24 '22 03:04 jkelleyrtp

  • Autoformat rsx (and handlers/internal code with prettyplease)

Would be cool if this also respected the tab_spaces setting in the project's rustfmt.toml if present :)

trevyn avatar May 02 '22 13:05 trevyn

Closing this since it's not super descriptive - will split these out into their own features.

jkelleyrtp avatar Mar 19 '24 01:03 jkelleyrtp