Code inspection
Answered
Sorry for dumb question, but how I can turn on in Project tab let shows files with errors? for example I have Java class that has methode that was changed, and this method was used in another Java class, now I can see that there is missing methode only at build, but I want as it was in Eclipse, it shows immedieately that is some package there is undefined methode usage, in Intellij this can be seen only when open that class, but in big proj it is not possible, as well is not possible to run Analyze, because it will take a while.
Please sign in to leave a comment.
Please see http://stackoverflow.com/a/19366569/104891.
thanks, that was exactly what I needed!