Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse <ctrl>-click Hyperlink Not Working

Tags:

eclipse

I'm running Eclipse Kepler, and for some reason, the ctrl-click hyperlink feature isn't working in one particular workspace.

I've looked at this question, and the correct box is checked. The code is compiling cleanly. What else could be causing this behavior? It's a very useful feature, and I'd like it back.

(And this may well be related -- "Mark Occurrences" isn't working in that workspace either, even thought the "Toggle Mark Occurrences" button is pressed.)

F3 gives me a pop-up error: "Problems opening an editor. Reason: [parent-project-of-the-one-that-I'm-in-right-now] does not exist."

like image 235
BlairHippo Avatar asked Nov 07 '13 16:11

BlairHippo


People also ask

How do you hyperlink in eclipse?

In eclipse, you can paste the link to a comment, hold down control and click it. If you want to be able to just press it without holding anything down, go to Window -> Preferences -> General -> Editors -> Text Editors -> Hyperlinking, then click on URL and remove the modifier key, click apply, click ok and you're done!

How do I enable open declaration in eclipse?

Go to Project properties,Select Project Facets then convert to project facets then click Ok then you will able to open editor.


1 Answers

  1. Close the class you are working on.
  2. Press "Control+Shift+T"
  3. Search with class name
  4. Open the class Now "Ctrl+Click" should work
like image 193
Jasraj Suthar Avatar answered Sep 21 '22 08:09

Jasraj Suthar