How do I enable real-time Java annotation processing?

Answered

I'm currently working on an annotation processor that performs a few compile-time checks. Usually I use NetBeans for Java development but I thought I could give IntelliJ a shot. In NetBeans, the compile-time checks are performed almost instantaneously but I'm stuck trying to enable the same thing for IntelliJ. The errors only appear in console when building the project. How do I enable the same thing in IntelliJ?

0
3 comments

Hello,

Please tell if you have "annotation processing" enabled?

jetbrains.com/help/idea/annotation-processors-support.html

Thanks

0

Yup, I already enabled annotation processing. They do appear in console when running a maven build, but not in the editor itself.

0

Hello,

Thank you for the clarification, please follow the issue that is already created for this feature, but not yet implemented:

https://youtrack.jetbrains.com/issue/IDEA-134549

 

Thank you

0

Please sign in to leave a comment.