A plugin that adds V support for the IntelliJ Platform IDEs.
Commenter
CTRL + /
Brace matcher
Run configuration & SDK configuration
Basic Syntax Validation and Highlighting
V package manager (VPM)
Autocompletion
CTRL + Space
Folding
Formatter
CTRL + SHIFT + L
References
Find Usages
ALT + f7
Structure View
Helpers and Utilities
Templates
Error Messages
Quick Fix
ALT + ENTER
- Clone project
git clone https://github.com/dvdandroid/v-intellij
- Open project with IntelliJ IDEA
- Install GrammarKit plugin if you need to edit
.bnf
file
- Install GrammarKit plugin if you need to edit
- Run with Gradle
runIde
orbuildPlugin
task