dioxus/extension
2023-06-04 21:40:52 -04:00
..
dist feat: use local bundle strategy 2022-07-06 00:45:22 -04:00
server feat: use local bundle strategy 2022-07-06 00:45:22 -04:00
src fix: vscode extension autofmt 2023-06-04 21:40:52 -04:00
static feat: basic autofmt 2022-04-24 03:24:41 -04:00
.eslintrc.js feat: add vscode extension 2021-12-29 12:03:21 -05:00
.gitignore feat: add vscode extension 2021-12-29 12:03:21 -05:00
DEV.md feat: basic autofmt 2022-04-24 03:24:41 -04:00
LICENSE.txt Refactor extension, make it easy to maintain and unique to register 2022-01-27 15:54:49 +08:00
package-lock.json feat: use local bundle strategy 2022-07-06 00:45:22 -04:00
package.json extension specific config for formatOnSave feature 2023-04-06 02:56:38 +02:00
README.md feat: basic autofmt 2022-04-24 03:24:41 -04:00
tsconfig.json improve formatting with vs code extension 2023-04-06 02:34:25 +02:00

Dioxus VSCode Extension

Dioxus Logo

This extension wraps functionality in Dioxus CLI to be used in your editor! Make sure the dioxus-cli is installed before using this extension.

Current commands:

Convert HTML to RSX

Converts a selection of html to valid rsx.

Convert HTML to Dioxus Component

Converts a selection of html to a valid Dioxus component with all SVGs factored out into their own module.