Replies: 4 comments
-
Personally, I use NetBeans for Java development and it works out of the box without any additional configuration. I'm aware that IntelliJ does not support showing errors real-time, see this issue. However, it does detect the generated file. Nevertheless, I don't believe the lack of real-time errors to be the end of the world since it will still appear during I haven't used Eclipse before, only NetBeans and IntelliJ so I'm rather unfamiliar with it myself 😅. Maybe you can try run Also, hi 👋 ! |
Beta Was this translation helpful? Give feedback.
-
This is very unexpected, given how powerful IntelliJ is! (I am aware that this following information may mean very little to you, but I'm documenting it for the sake of anybody in the future that happens to come across this discussion with the exact same issue) After taking some inspiration of what you said (using Running This tiny radio button basically sets up the rest of your maven project. It adds This fixes the missing I highly doubt this is due to your annotation processor, and am happy to put the blame on "Eclipse is being weird" (I did a bit of testing with various other annotation processors and got the same error message). That said, thanks very much! |
Beta Was this translation helpful? Give feedback.
-
As a last desperate hope, I decided to update Eclipse (Install Eclipse 2022-03) and surprise surprise, everything just works perfectly! (This still required various setup in |
Beta Was this translation helpful? Give feedback.
-
Not at all, it's always nice to have someone document all these down, thanks! |
Beta Was this translation helpful? Give feedback.
-
In your README, as well as in discussion #300, you've showcased an IDE with real-time compilation errors while you're editing the source code. I primarily use Eclipse for Java development and I understand that this may be an application you are unfamiliar with, but I have been trying for effectively a day to try and get real-time compilation errors working, so I can avoid having to stare at this in my IDE (using the typist-example-plugin):
So far, I've tried following various suggestions from StackOverflow which involved adding the annotation processor jar file to
Java Compiler > Annotation Processing > Factory Path
, but setting this appears to have no effect:I'm not entirely sure where to turn to now, so I thought I'd try my hand over here! (Also, hi! 👋)
Beta Was this translation helpful? Give feedback.
All reactions