Check if open java file has compile errors
I have an action triggered from within a java file editor, is there a way to check if the file has compile errors preferably without having to re-compile it?
I'm supposing the ide should be caching the compile status of the file in focus somewhere (accessible hopefully).
Please sign in to leave a comment.