Reputation: 31729
when i go with the mouse pointer on the function it doesn't show the location, class...
i have this problem in one of my projects. All is executed ok so the functions are there :).
Build id: 20090920-1017
Any idea?
Javi
Upvotes: 0
Views: 1718
Reputation: 21
I was facing the same problem. I had a project where i was able to use this, but not in my other project. After looking around I found the reason, my new project was not set as a php project, and hence I was not getting the function locations etc. Here is what I did to fix the problem.
And VOILA.. you have the lovely hover hyper link working for your project all over again.
Upvotes: 2
Reputation: 3118
It's either in
If all this didn't work perhaps start eclipse with -clean parameter or reinstall? hope this helps and is not to late
Upvotes: 0
Reputation: 9850
You should restore Hovers to default.
See your Eclipse Preferences:
Java -> Editor -> Hovers
Click on "Restore Defaults"
Upvotes: 0