A feature I like in eclipse the most is that it easily shows me all my errors and warnings in the code (in a list)
Also - by each file there is a mark whether the file has warnings/errors
In Intellij I found it rather challenging... So for all the Intellij experts out there -
Is there a way so show warnings in a list (I saw something similar in the messages toolbar but it dissapears when there are no compilation errors)
How can I see if a file has warnings without looking into it's contents?
Thanks!