Skip to content

olada/ac-fe-intellij-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ac-fe-intellij-plugin

Usage

Download the .jar file (see Releases tab) and place it in your IntelliJ IDEA user directory at $IDEA_USERDIR/config/plugins. During the next startup of IntelliJ it should be automatically added to your list of installed plugins.

Note: Your IntelliJ IDEA version must be >= 2019.3

Development

Prerequisites

  • Installation of JetBrains' GrammarKit Plugin. This is required so that you can generate code from .flex and .bnf files.

Backlog

see Issues

Local Testing

  1. Run the gradle task runIde of the intellij gradle plugins

  2. Open files with FE syntax in newly opened IntelliJ Community Edition instance