Skip to content

ttax00/code-yew-server

Repository files navigation

Rust-Yew

Pandora Logo

GitHub GitHub Workflow Status

A VSCode extension that provides some language features for Yew's html macro syntax.

Features

  • Syntax highlighting.
  • HTML tags hover.
  • HTML completion suggestions.
  • Document symbols.
  • Symbols rename.
  • Folding ranges.

Installation

Get the extension on VSCode Marketplace !

Contributing

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.

Unplanned / required help

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

Acknowledgements