mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
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:
parent
c7b7e45e4c
commit
47b60ec7a2
@ -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": {
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user