You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/getting-started/editor-setup.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: 'Editor Setup'
2
+
title: 'Editor setup'
3
3
description: 'Setting your code editor'
4
4
---
5
5
@@ -110,7 +110,7 @@ impl Component for $NAME$ {
110
110
}
111
111
```
112
112
113
-
## Support for the `html!`Macro
113
+
## Support for the `html!`macro
114
114
115
115
### JetBrains IDEs
116
116
@@ -124,13 +124,13 @@ Utilities like Rename, Go to Declaration, Find Usages will work inside the macro
124
124
125
125
### VS Code
126
126
127
-
#### Rust-Yew extension
127
+
#### The Rust-Yew extension
128
128
129
129
> 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)
130
130
131
-
Rust-Yew extension is [available on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlight, renames, hover, and more.
131
+
The Rust-Yew extension is [available on VSC Marketplace](https://marketplace.visualstudio.com/items?itemName=TechTheAwesome.rust-yew), providing syntax highlighting, renames, hover, and more.
132
132
133
-
Emmet support should work out of the box, if not please fall back to editing the `settings.json` file:
133
+
Emmet support should work out of the box; if not, please fall back to editing the `settings.json` file:
134
134
135
135
```json
136
136
"emmet.includeLanguages": {
@@ -142,7 +142,7 @@ Emmet support should work out of the box, if not please fall back to editing the
142
142
143
143
#### Lazyvim
144
144
145
-
> Below configuration works with [LazyVim](https://www.lazyvim.org)configuration and lazy.vim plugin, create a file in `lua/plugins/nvim-lspconfig.lua` (or update your `lspconfig`) with:
145
+
> The below configuration works with [LazyVim](https://www.lazyvim.org) and the lazy.vim plugin. Create a file in `lua/plugins/nvim-lspconfig.lua` (or update your `lspconfig`) with:
0 commit comments