dioxus/packages/vscode-ext
2021-01-29 11:57:52 -05:00
..
.vscode Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
client Feat: updates to docs, extension 2021-01-29 11:57:52 -05:00
rust Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
server Feat: updates to docs, extension 2021-01-29 11:57:52 -05:00
syntaxes Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
.gitignore Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
.vscodeignore Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
Cargo.toml Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
package-lock.json Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
package.json Feat: updates to docs, extension 2021-01-29 11:57:52 -05:00
README.md Feat: first work for rsx vscode ext 2021-01-26 14:02:35 -05:00
tsconfig.json Feat: updates to docs, extension 2021-01-29 11:57:52 -05:00

VSCode support for Dioxus html macro

This macro provides syntax highlighting for the html! macro used in Dioxus projects. Users should feel at home writing html and css alongside the custom attributes used by Dioxus.

How it works

This extension works by:

  • Creating a custom HTML ruleset for dioxus html! nodes
  • Request forwarding content

Resources

Request forwarding is performed intelligently by the extension. Requests within the html! tag are forwarded to the html language service. It's simple and doesn't

https://code.visualstudio.com/api/language-extensions/embedded-languages#language-services