javacc / javaccPlugin

A JavaCC plugin for Gradle
MIT License
33 stars 16 forks source link

Added instructions for Intellij #58

Closed phreed closed 1 year ago

phreed commented 2 years ago

Added instructions for Intellij alongside of Eclipse instructions.

zbynek commented 1 year ago

would like your gradle project to compile nicely in intellij and have the generated code in the build path

@phreed what exactly is the difference when you add classes to the classpath? With Ctrl+N it's possible to locate the generated classes so IntelliJ clearly understands that they are dependencies of your Java project, running Java classes or tests also works corretly without it... I'm not saying the idea plugin setup is not useful, just trying to understand the advantage.

zbynek commented 1 year ago

Thanks for the effort, but I'm still not sure what's the upside of this configuration so for now I'm closing the PR, but feel free to reopen if you want to work on it (fix the markdown syntax and add some explanation how this helps).