Skip to content
This repository has been archived by the owner on Apr 10, 2022. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 1.84 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.84 KB

I'M GOING TO STOP DEVELOPING THIS PLUGIN FOR THE MOMENT. You are welcome to fork this repo

IntelliJ V Plugin

A plugin that adds V support for the IntelliJ Platform IDEs.

Features

  • done Commenter CTRL + /
  • done Brace matcher
  • not complete Run configuration & SDK configuration
  • not complete Basic Syntax Validation and Highlighting
  • not started V package manager (VPM)
  • not started Autocompletion CTRL + Space
  • not started Folding
  • not started Formatter CTRL + SHIFT + L
  • not started References
  • not started Find Usages ALT + f7
  • not started Structure View
  • not started Helpers and Utilities
  • not started Templates
  • not started Error Messages
  • not started Quick Fix ALT + ENTER

Development

  1. Clone project git clone https://github.com/dvdandroid/v-intellij
  2. Open project with IntelliJ IDEA
    1. Install GrammarKit plugin if you need to edit .bnf file
  3. Run with Gradle runIde or buildPlugin task