8000 GitHub - vlang/intellij-v
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vlang/intellij-v

8000

Repository files navigation

Build Version Downloads

V 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 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 plugin page and click on the Install button.

Manually:

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 aft 73CC er the plugin installation.

Building the plugin

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.

License

This project is under the MIT License. See the LICENSE file for the full license text.

0