Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: How to go to a file which has errors by shortcut?

I read Eclipse: How to go to a error using only the keyboard (keyboard-shortcut)?, but I want to go to another file which has errors. Can I do it by shortcut?

like image 724
Sanghyun Lee Avatar asked Sep 16 '11 07:09

Sanghyun Lee


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.

What is Ctrl Shift G in Eclipse?

Ctrl + Shift + G. Search for references in the workspace. Command + T. Ctrl + T. Shows type hierarchy of the current java class.

What is Ctrl Shift L in Eclipse?

2. 3. Quick Search became part of the Eclipse platform some time ago. It can be found in Search > Quick Search and the default key is Ctrl+Alt+Shift+L.

How do you get to the next error 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.


1 Answers

That looks like bug 13300: Next/Previous error for all Java elements [browsing] [package explorer], from 2002(!):

It would be cool if Next/Previous Error would work for all Java elements i.e. would open/reveal the editor if the file is not in the active editor.

... and no, right now this feature hasn't been implemented yet.

like image 135
VonC Avatar answered Oct 07 '22 10:10

VonC