Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.3 KB

README.adoc

File metadata and controls

35 lines (23 loc) · 1.3 KB

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