|
@@ -1,8 +1,15 @@
|
|
|
# Dioxus VSCode Extension
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
-This extension wraps functionality in Dioxus CLI to be used in your editor! Make sure the dioxus-cli is installed before using this 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:
|
|
|
|
|
@@ -12,3 +19,33 @@ 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:
|
|
|
+
|
|
|
+- [Getting Started](https://dioxuslabs.com/learn/0.5/getting_started)
|
|
|
+- [Book (0.5)](https://dioxuslabs.com/learn/0.5)
|
|
|
+
|
|
|
+## Contributing
|
|
|
+- Check out the website [section on contributing](https://dioxuslabs.com/learn/0.4/contributing).
|
|
|
+- 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.
|