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
-
Does it still show up when your cursor is on the function and you press F2 ?Redlab– Redlab2010年05月05日 15:15:38 +00:00Commented May 5, 2010 at 15:15
-
Hi, when the cursor is on the function and i press F2 nothing appears.tirenweb– tirenweb2010年05月07日 13:33:08 +00:00Commented May 7, 2010 at 13:33
3 Answers 3
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.
- In eclipse, on your project, do RMB (right mouse button click).
- Look for "Configure" menu. Click on it.
- One of the options given to you will be "Add PHP support...", click on that.
And VOILA.. you have the lovely hover hyper link working for your project all over again.
Comments
You should restore Hovers to default.
See your Eclipse Preferences:
Java -> Editor -> Hovers
Click on "Restore Defaults"
1 Comment
It's either in
- Java->Editor->Content-Assist->Advanced select PDE API Tools proposals
- Java -> Editor -> Hovers (as described before) Click on "Restore Defaults"
- PHP -> Editor -> Hovers
- also check settings in PHP -> Editor -> Content Assist
If all this didn't work perhaps start eclipse with -clean parameter or reinstall? hope this helps and is not to late