Add link to the rust-yew vscode plugin to the yew docs (#3116)

* ADD rust-yew to devel docs

* ADD rust-yew to` v0.20 `docs

* FIX run prettier format

* Add community maintained notice and re-formatting
This commit is contained in:
TechTheAwesome 2023-02-23 02:19:11 +09:00 committed by GitHub
parent c7b7e45e4c
commit 47b60ec7a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 3 deletions

View File

@ -124,7 +124,13 @@ Utilities like Rename, Go to Declaration, Find Usages will work inside the macro
### VS Code
There isn't support for the specialized syntax of `html!`. However, the default HTML IntelliSense can be used by adding this to your `settings.json` file:
#### Rust-Yew extension
> This is a **work in progress**, and **community maintained** project! [Please see details and direct related bug reports / issues / questions over to the extension's repository](https://github.com/TechTheAwesome/code-yew-server)
Rust-Yew extension is [avaliable on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlight, renames, hover, and more.
Emmet support should work out of the box, if not please fall back to edditing the `settings.json` file:
```json
"emmet.includeLanguages": {

View File

@ -56,7 +56,7 @@ const FEATURES = [
},
]
function Feature(props: { feature: typeof FEATURES[number] }) {
function Feature(props: { feature: (typeof FEATURES)[number] }) {
return (
<div className="card-demo">
<div className="card">

View File

@ -124,7 +124,13 @@ Utilities like Rename, Go to Declaration, Find Usages will work inside the macro
### VS Code
There isn't support for the specialized syntax of `html!`. However, the default HTML IntelliSense can be used by adding this to your `settings.json` file:
#### Rust-Yew extension
> This is a **work in progress**, and **community maintained** project! [Please see details and direct related bug reports / issues / questions over to the extension's repository](https://github.com/TechTheAwesome/code-yew-server)
Rust-Yew extension is [avaliable on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlight, renames, hover, and more.
Emmet support should work out of the box, if not please fall back to edditing the `settings.json` file:
```json
"emmet.includeLanguages": {