matanox
matanox

Reputation: 13686

Can eclipse show compilation error text more automatically?

Is there a way to make eclipse show the text of a compilation error when you are simply located with the caret on the line with errors? switching to the mouse and hovering the small red X icon to the left (or the row) is so tedious....

Upvotes: 0

Views: 35

Answers (1)

Georgian
Georgian

Reputation: 8960

You could go through errors with the designated key-bindings, and then press CTRL+1 to show the available quick fixes. That's my fastest known version.

Upvotes: 1

Related Questions