mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
docs: combine IDE plugins into one list in README.md (#23913)
This commit is contained in:
parent
951d30405f
commit
361309f660
1 changed files with 10 additions and 13 deletions
23
README.md
23
README.md
|
@ -226,20 +226,17 @@ make
|
|||
|
||||
## Editor/IDE Plugins
|
||||
|
||||
- [Atom](https://github.com/vlang/awesome-v#atom)
|
||||
- [Emacs](https://github.com/vlang/awesome-v#emacs)
|
||||
- [JetBrains](https://plugins.jetbrains.com/plugin/20287-vlang/docs/syntax-highlighting.html)
|
||||
- [Sublime Text 3](https://github.com/vlang/awesome-v#sublime-text-3)
|
||||
- [Vim](https://github.com/vlang/awesome-v#vim)
|
||||
- [VS Code](https://marketplace.visualstudio.com/items?itemName=VOSCA.vscode-v-analyzer)
|
||||
- [zed](https://github.com/lv37/zed-v)
|
||||
|
||||
|
||||
To bring IDE functions for the V programming languages to your editor, check out
|
||||
[v-analyzer](https://github.com/vlang/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 offers a great development
|
||||
experience with V. You can find all features in [its documentation](https://plugins.jetbrains.com/plugin/20287-vlang/docs/syntax-highlighting.html).
|
||||
|
||||
Other Plugins:
|
||||
|
||||
- [Vim plugins](https://github.com/vlang/awesome-v#vim)
|
||||
- [Emacs plugins](https://github.com/vlang/awesome-v#emacs)
|
||||
- [Sublime Text 3 plugins](https://github.com/vlang/awesome-v#sublime-text-3)
|
||||
- [Atom plugins](https://github.com/vlang/awesome-v#atom)
|
||||
[v-analyzer](https://github.com/vlang/v-analyzer). It provides language server capabilities.
|
||||
|
||||
## Testing and running the examples
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue