code-yew-server icon indicating copy to clipboard operation
code-yew-server copied to clipboard

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

Results 6 code-yew-server issues
Sort by recently updated
recently updated
newest added

Hi there! Would you consider publishing this extension to the [Open VSX Registry](https://open-vsx.org)? It's an open alternative to the Visual Studio Marketplace and used by VSCodium, the community-driven, freely-licensed binary...

Currently, literals that aren't strings are highlighted in red suggesting an error. However, literals are allowed by Yew without curly braces regardless of type. ![image](https://github.com/ttax00/code-yew-server/assets/22723953/5c4f6fbc-c874-45b1-9277-30fa561b029a) Both of these should have...

The component library I'm using defines the `type` property of a `TextInput` as `r#type` since `type` is a reserved keyword of Rust. Raw identifiers are listed quite soon in the...

I have tested this plugin by changing only the name of the macro `view` to `html`. and it seemed to work fine. is there any chance you are willing to...

enhancement
help wanted
good first issue

Type: Bug When the cursor is at the very beginning of the line, and TAB is pressed, then the indentation is two times the size of the intended indent. Every...

bug
question

the completion will happen outside the `html!` ![image](https://user-images.githubusercontent.com/74538854/218726351-57831742-146e-4b67-93a3-f05073bf8fe5.png)

bug
help wanted