How can I go to the next Eclipse marker (e.g. build error) using the keyboard?
问题 Suppose I make a method signature change that breaks several callers, and I want to review the call sites manually to update them. Once I change the signature, my "Problems" view shows, say, a dozen errors. What keys can I hit to navigate through them while leaving the keyboard focus in the editor for fast fixups? (It's been a while, but I think the Visual Studio equivalent is F8 .) Note that this question does not duplicate Eclipse: How to go to a error using only the keyboard (keyboard