Skip to content

An extension that provides some language features for Yew's html macro syntax in Rust

License

Notifications You must be signed in to change notification settings

ttax00/code-yew-server

Folders and files

NameName
Last commit message
Last commit date
May 4, 2023
Jan 24, 2023
Apr 5, 2023
Jan 26, 2023
Apr 14, 2023
Oct 27, 2022
Jan 24, 2023
Jan 19, 2023
Oct 30, 2022
Oct 30, 2022
Apr 5, 2023
Apr 14, 2023
Jan 24, 2023
Jan 26, 2023
Jun 11, 2023
Jun 14, 2023
Nov 17, 2022
Jan 24, 2023

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