1
vote
2
votes
2
votes
Fast compiler error messages in Eclipse
Well, you can press F2 to display the popup that normally shows javadoc. If there's an error, it will display the error message with available quick fixes.
So you can do Ctrl+., F2 repeated …
