Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

keyboard shortcut for showing proposal table for solving errors using Eclipse

When a row contains an error, Eclipse display an error icon on the left. If you click on that icon a proposal table is showed and lists some possible solutions, if the jvm finds any.

Is possible to activate the proposed problem solution list, using a shortcut from the keyboard?

like image 770
Heisenbug Avatar asked Jun 06 '11 15:06

Heisenbug


People also ask

What does Ctrl k do in Eclipse?

In Eclipse, if the cursor is over a word and you press Ctrl + K you will jump to the next occurrence of that word in the file.

How do I show error lines in Eclipse?

To go to problem within project just type Shift + Alt + Q then press X . It will open the "Problems" window. Now use ↑ or ↓ to select the error/warning and press Enter to go to it.

What is Ctrl Shift G in Eclipse?

Search – Eclipse Shortcuts CTRL SHIFT G – Search for current cursor positioned word reference in workspace. CTRL H – Java search in workspace.


1 Answers

Ctrl + 1 (or Ctrl + Shift + 1 on azerty keyboards) is the standard binding

like image 64
ratchet freak Avatar answered Sep 23 '22 07:09

ratchet freak