mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
readme: update ide-plugins section (#18990)
This commit is contained in:
parent
c7f708e64d
commit
e0aba77cc5
31
README.md
31
README.md
@ -201,34 +201,23 @@ cd v
|
|||||||
make
|
make
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installing editor/IDE plugin
|
## Editor/IDE Plugins
|
||||||
|
|
||||||
V has plugins for many editors:
|
To bring IDE functions for the V programming languages to your editor, check out
|
||||||
|
[v-analyzer](https://github.com/v-analyzer/v-analyzer). It provides a
|
||||||
|
[VS code extension](https://marketplace.visualstudio.com/items?itemName=VOSCA.vscode-v-analyzer)
|
||||||
|
and language server capabilities for other editors.
|
||||||
|
|
||||||
|
The plugin for JetBrains IDEs (IntelliJ, CLion, GoLand, etc.) also offer a great development
|
||||||
|
experience with V. You can check out all the features it [its documentation](https://plugins.jetbrains.com/plugin/20287-vlang/docs/syntax-highlighting.html).
|
||||||
|
|
||||||
|
Other Plugins:
|
||||||
|
|
||||||
- [VS Code plugin](https://github.com/vlang/vscode-vlang)
|
|
||||||
- [JetBrains IDE plugin](https://plugins.jetbrains.com/plugin/20287-vlang/docs/quick-start-guide.html)
|
|
||||||
- [Vim plugins](https://github.com/vlang/awesome-v#vim)
|
- [Vim plugins](https://github.com/vlang/awesome-v#vim)
|
||||||
- [Emacs plugins](https://github.com/vlang/awesome-v#emacs)
|
- [Emacs plugins](https://github.com/vlang/awesome-v#emacs)
|
||||||
- [Sublime Text 3 plugins](https://github.com/vlang/awesome-v#sublime-text-3)
|
- [Sublime Text 3 plugins](https://github.com/vlang/awesome-v#sublime-text-3)
|
||||||
- [Atom plugins](https://github.com/vlang/awesome-v#atom)
|
- [Atom plugins](https://github.com/vlang/awesome-v#atom)
|
||||||
|
|
||||||
### IntelliSense
|
|
||||||
|
|
||||||
V has a Language Server:
|
|
||||||
[VLS](https://github.com/vlang/vls).
|
|
||||||
The VS Code plugin provides built-in support for VLS.
|
|
||||||
|
|
||||||
> **Note**
|
|
||||||
>
|
|
||||||
> VLS may be unstable at the moment.
|
|
||||||
> If you encounter any problem, please create a new
|
|
||||||
> [issue](https://github.com/vlang/vls/issues).
|
|
||||||
|
|
||||||
The plugin for JetBrains IDE (IntelliJ, CLion, GoLand, etc) at the moment is
|
|
||||||
the best choice if you want a great V development experience.
|
|
||||||
You can see all its features in
|
|
||||||
[its documentation](https://plugins.jetbrains.com/plugin/20287-vlang/docs/syntax-highlighting.html).
|
|
||||||
|
|
||||||
## Testing and running the examples
|
## Testing and running the examples
|
||||||
|
|
||||||
Make sure V can compile itself:
|
Make sure V can compile itself:
|
||||||
|
Loading…
Reference in New Issue
Block a user