Skip to content

Commit e0aba77

Browse files
authored
readme: update ide-plugins section (#18990)
1 parent c7f708e commit e0aba77

File tree

1 file changed

+10
-21
lines changed

1 file changed

+10
-21
lines changed

README.md

Lines changed: 10 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -201,34 +201,23 @@ cd v
201201
make
202202
```
203203

204-
## Installing editor/IDE plugin
204+
## Editor/IDE Plugins
205205

206-
V has plugins for many editors:
206+
To bring IDE functions for the V programming languages to your editor, check out
207+
[v-analyzer](https://github.com/v-analyzer/v-analyzer). It provides a
208+
[VS code extension](https://marketplace.visualstudio.com/items?itemName=VOSCA.vscode-v-analyzer)
209+
and language server capabilities for other editors.
210+
211+
The plugin for JetBrains IDEs (IntelliJ, CLion, GoLand, etc.) also offer a great development
212+
experience with V. You can check out all the features it [its documentation](https://plugins.jetbrains.com/plugin/20287-vlang/docs/syntax-highlighting.html).
213+
214+
Other Plugins:
207215

208-
- [VS Code plugin](https://github.com/vlang/vscode-vlang)
209-
- [JetBrains IDE plugin](https://plugins.jetbrains.com/plugin/20287-vlang/docs/quick-start-guide.html)
210216
- [Vim plugins](https://github.com/vlang/awesome-v#vim)
211217
- [Emacs plugins](https://github.com/vlang/awesome-v#emacs)
212218
- [Sublime Text 3 plugins](https://github.com/vlang/awesome-v#sublime-text-3)
213219
- [Atom plugins](https://github.com/vlang/awesome-v#atom)
214220

215-
### IntelliSense
216-
217-
V has a Language Server:
218-
[VLS](https://github.com/vlang/vls).
219-
The VS Code plugin provides built-in support for VLS.
220-
221-
> **Note**
222-
>
223-
> VLS may be unstable at the moment.
224-
> If you encounter any problem, please create a new
225-
> [issue](https://github.com/vlang/vls/issues).
226-
227-
The plugin for JetBrains IDE (IntelliJ, CLion, GoLand, etc) at the moment is
228-
the best choice if you want a great V development experience.
229-
You can see all its features in
230-
[its documentation](https://plugins.jetbrains.com/plugin/20287-vlang/docs/syntax-highlighting.html).
231-
232221
## Testing and running the examples
233222

234223
Make sure V can compile itself:

0 commit comments

Comments
 (0)