durkiewicz / elm-plugin

Elm language support plugin for IntelliJ IDEA.
MIT License
136 stars 15 forks source link

How to Build #50

Closed Namek closed 7 years ago

Namek commented 7 years ago

Hi! First of all, thanks for your effort on this plugin!

I went with Building from sources instruction but couldn't get the final step. How do I actually build the *.jar file here?

klazuka commented 7 years ago

Generating the jar is only necessary for distribution. After doing the code-generation from the .bnf and .flex files, you should just be able to ctrl+r.

However, if that doesn't work, maybe you don't have the IntelliJ plugin SDK setup correctly (it's kinda complicated, and the Jetbrains docs aren't very clear).