I've tried to switch from Eclipse to IntelliJ for my Java development. The one issue I have is that I want to quickly see any compile errors throughout my project when I make changes in a given file. E.g. if I remove a method, I want to see all of the resulting compile errors in any file in my project.
How can I do this in IntelliJ?
Thanks.