I looked all over the place for how to configure the antlr4 plugin for IntelliJ IDEA. But I can't find anything. I was only able to install the plugin. If I add .g4 files manually for a empty project I get the "Generate ANTLR Recognizer" option in right click menu. That is all. I thought It was very promising plugin. Can anyone please tell/direct me how to proceed with the plugin ?
Thank you
I installed the ANTLR plugin on IntelliJ 14 and was able to get it working. A couple little things made it harder than expected.
You can see a simple example of a Java ANTLR project here: https://stackoverflow.com/a/21552478/4239384