2021-12-29 16:59:32 +00:00
|
|
|
# Dioxus VSCode Extension
|
|
|
|
|
2024-03-27 04:01:46 +00:00
|
|
|
![Dioxus Splash](https://github.com/DioxusLabs/dioxus/raw/main/notes/dioxus_splash_8.avif)
|
2021-12-29 16:59:32 +00:00
|
|
|
|
2024-03-27 04:01:46 +00:00
|
|
|
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
|
2021-12-29 16:59:32 +00:00
|
|
|
|
|
|
|
## 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.
|
2024-03-27 04:01:46 +00:00
|
|
|
|
|
|
|
### 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:
|
|
|
|
|
|
|
|
- [Getting Started](https://dioxuslabs.com/learn/0.5/getting_started)
|
|
|
|
- [Book (0.5)](https://dioxuslabs.com/learn/0.5)
|
|
|
|
|
|
|
|
## Contributing
|
2024-03-28 01:42:07 +00:00
|
|
|
- Check out the website [section on contributing](https://dioxuslabs.com/learn/0.5/contributing).
|
2024-03-27 04:01:46 +00:00
|
|
|
- Report issues on our [issue tracker](https://github.com/dioxuslabs/dioxus/issues).
|
|
|
|
- [Join](https://discord.gg/XgGxMSkvUM) the discord and ask questions!
|
|
|
|
|
|
|
|
|
|
|
|
<a href="https://github.com/dioxuslabs/dioxus/graphs/contributors">
|
|
|
|
<img src="https://contrib.rocks/image?repo=dioxuslabs/dioxus&max=30&columns=10" />
|
|
|
|
</a>
|
|
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under the [MIT license].
|
|
|
|
|
|
|
|
[mit license]: https://github.com/DioxusLabs/dioxus/blob/master/LICENSE-MIT
|
|
|
|
|
|
|
|
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.
|