Bick
Bick

Reputation: 18521

intellij - how can I see a lot more compilation errors in each build


another intellij question regarding a feature I had in eclipse and missing in intellij.

I don't like the fact that after the build process i see only just a few compilation errors. is there a way to see a lot more (I know it is not possible to see all cause they are correlated but in eclipse i use to see much more).

10x.

Upvotes: 1

Views: 86

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401975

It's compiler feature/limitation, not IDEA. You can probably get more errors by switching to the Eclipse compiler in Settings | Compiler.

Upvotes: 2

Related Questions