https://github.com/vlang/intellij-v
https://github.com/vlang/intellij-v
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vlang/intellij-v
- Owner: vlang
- License: mit
- Created: 2024-02-09T07:55:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T19:28:17.000Z (over 1 year ago)
- Last Synced: 2024-11-14T20:17:43.609Z (over 1 year ago)
- Language: Kotlin
- Size: 5.78 MB
- Stars: 33
- Watchers: 34
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://plugins.jetbrains.com/plugin/24183-vlang)
[](https://plugins.jetbrains.com/plugin/24183-vlang)
# [V](https://vlang.io) language plugin for JetBrains IDEs
## Compatible 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](https://plugins.jetbrains.com/plugin/12775-native-debugging-support) plugin.
LLDB only
## Installation & Usage
If you want to jump straight in, use following instructions:
### Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Vlang" >
Install Plugin
### From JetBrains Marketplace:
Visit [vlang](https://plugins.jetbrains.com/plugin/24183-vlang) plugin page and click on the Install button.
### Manually:
Build plugin locally or download pre-build version from [releases](https://github.com/vlang/intellij-v/releases). Install it manually using:
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
> [!NOTE]
> IDE restart might be required after the plugin installation.
## Building the plugin
To build the plugin clone the repository and run the following command:
```bash
./gradlew buildPlugin
```
The plugin will be built and saved to the `build/distributions` directory. To install it follow instructions from the [manual installation](https://github.com/vlang/intellij-v#manually) section.
## License
This project is under the **MIT License**. See the
[LICENSE](https://github.com/vlang/intellij-v/blob/master/LICENSE)
file for the full license text.