mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 04:33:06 +00:00
828cc502f1
* add new autofmt sample * Feat: implement rustfmt::skip support for rsx * generally improve error handling with better expect messages * wip: nested rsx formatting and expression formatting * nested rsx formatting works * collapse autofmt crate * cast indent through macros * use proper whitespace * no more eating comments! * Use proper error handling |
||
---|---|---|
.. | ||
.vscode | ||
pkg | ||
src | ||
static | ||
.eslintrc.js | ||
.gitignore | ||
Cargo.toml | ||
DEV.md | ||
LICENSE.txt | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
webpack.config.js |
Dioxus VSCode Extension
This extension wraps functionality in Dioxus CLI to be used in your editor!
Features:
- Auto-format RSX
- Convert HTML to RSX
- Convert HTML to Dioxus Component
- Format RSX
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.
Format RSX
Formats the current file as RSX.
Working with Dioxus:
This overview provides a brief introduction to Dioxus. For a more in-depth guide, make sure to check out:
Contributing
- Check out the website section on contributing.
- Report issues on our issue tracker.
- Join the discord and ask questions!
License
This project is licensed under the MIT license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you, shall be licensed as MIT, without any additional terms or conditions.