Eclipse has a really awesome feature where you can click through a method via ctrl+click (or splat/command-click on OSX). For some reason this is broken for me (I can still access it via F3). I was wondering if anyone had run into a similar issue and might know of a fix?
A:
It depends of the language supported by your eclipse platform.
As Secko mentions in the comments, CDT has issue.
PDT also had problems (see this list)
But in general, you can try to restart your eclipse with a '-clean
' option to check if it solves this situation.
VonC
2009-12-04 08:37:45