dioxus
dioxus copied to clipboard
Zed Editor Plugin
Feature Request
Zed is a growing editor / IDE where it'd be ideal to have a plugin for Dioxus on it.
Implement Suggestion
Create a Zed plugin.
yes please.
I use these settings to get rsx formatting in zed:
{
"languages": {
"Rust": {
"formatter": [
{ "language_server": { "name": "rust-analyzer" } },
{
"external": {
"command": "dx",
"arguments": ["fmt", "--file", "-"]
}
}
]
}
}
}
But an actual tree-sitter grammar for rsx would be cool, as it could power language support in lots of editors.