HelmBurger
HelmBurger

Reputation: 1298

Open method declaration in Eclipse

In Net beans, we can open the declaration of anything by pressing "Ctrl" and clicking on the target (whether it be a CSS file or method or anything else). How can we do the same in Eclipse ?

I saw several posts on internet that suggests pressing F3 on method name, but it doesn't seem to work for me.

Any idea ?

Upvotes: 0

Views: 1234

Answers (1)

A. Abramov
A. Abramov

Reputation: 1859

You can always do it manually, via the menu: Navigate -> Open declaration:

Example

Instead of you though, I'd try taking a short brief look to the past:

-Ensure you set everything in the workspace right:

like so

-If that doesn't work, try to start over with the -clean parameter, as described here;

-And if everything fails you and you've come to the point where nothing else matters, you can reinstall it. Everything will be reset to default and it then, should, work.

Upvotes: 0

Related Questions