Skip to content

Setting up Intellij for plugin Development.

Alphasite edited this page Dec 7, 2014 · 2 revisions

You need to install 3 plugins:

  • GrammarKit
  • PSI Viewer
  • Plugin Devkit

You also need to download the IntelliJ Community edition (if you are not already using it) and checkout its source code. See this page for instructions there.

You also need to generate the parser and the JFlex lecture, then generate the lecture from the flex file. Right click to generate.

You obviously then need to checkout the source code for the project from github and then open the project from IntelliJ. You will need to create a new run profile using the plugin type and you should then see the plugin running.

This will probably be an extremely useful resource for us.

Clone this wiki locally