A VSCode extension that provides some language features for Yew's html macro syntax.
- Syntax highlighting.
- HTML tags hover.
- HTML completion suggestions.
- Document symbols.
- Symbols rename.
- Folding ranges.
Get the extension on VSCode Marketplace !
For those who are interested in getting involved:
- Report bugs and request features by opening an issue here.
- Contribute code or documentation by forking the repository and submitting a pull request here.
Here's some long standing issues/feature that I would require assistance on if they were to be implemented.
- Formatting support.
- Language configuration crossing between rust & macro syntax. Issue
- Inspiration taken from yew-highlighting.
- Follows the amazingly detailed guide for embedded languages.