0

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

asked May 5, 2010 at 15:07
2
  • Does it still show up when your cursor is on the function and you press F2 ? Commented May 5, 2010 at 15:15
  • Hi, when the cursor is on the function and i press F2 nothing appears. Commented May 7, 2010 at 13:33

3 Answers 3

2

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.

  1. In eclipse, on your project, do RMB (right mouse button click).
  2. Look for "Configure" menu. Click on it.
  3. 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.

answered Apr 9, 2011 at 23:29
Sign up to request clarification or add additional context in comments.

Comments

0

You should restore Hovers to default.

See your Eclipse Preferences:

Java -> Editor -> Hovers

Click on "Restore Defaults"

answered May 5, 2010 at 15:14

1 Comment

sorry, i forgot to say im using eclipse pdt.
0

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

answered Jun 15, 2010 at 14:32

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.