V language plugin for JetBrains IDEs
The plugin is compatible with all IntelliJ-based IDEs starting from the version 2022.3, with the following differences in the sets of the available features:
Open-source and Educational IDEs* | [CLion] (commercial) | [IntelliJ IDEA] Ultimate, [PyCharm] Professional, [GoLand] (commercial) | [WebStorm], [PhpStorm], other commercial IDEs | |
---|---|---|---|---|
Language support | + | + | + | + |
Debugger | - | + | +** | - |
* [IntelliJ IDEA] Community Edition, [PyCharm] Community Edition, [PyCharm Edu and IntelliJ IDEA Edu].
** Requires the Native Debugging Support plugin. LLDB only
If you want to jump straight in, use following instructions:
Settings/Preferences > Plugins > Marketplace > Search for "Vlang" > Install Plugin
Visit vlang plugin page and click on the Install button.
Build plugin locally or download pre-build version from releases. Install it manually using:
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Note
IDE restart might be required after the plugin installation.
To build the plugin clone the repository and run the following command:
./gradlew buildPlugin
The plugin will be built and saved to the build/distributions
directory. To install it follow instructions from the manual installation section.
This project is under the MIT License. See the LICENSE file for the full license text.