Vivek Agrawal21
Vivek Agrawal21

Reputation: 332

Eclipse shortcut for getting the error context menu

Well the title may be little confusing, but I believe everyone is familiar with the feature that Eclipse usually lets you autocorrect the possible mistakes just by clicking a light bulb icon present at the left margin of the code editor. When we press that light bulb, we get some autocorrect options in a context menu. Is there any available shortcut for that?

enter image description here

Upvotes: 1

Views: 469

Answers (1)

Burkhard
Burkhard

Reputation: 14738

I think you mean Ctrl+1 (Press the Control-Key then without releasing it, press the One-Key)
That should pop up that menu, if the cursor is on the error (in your case between the C and the l from CustomerImpl).

Upvotes: 2

Related Questions