Eclipse -click Hyperlink Not Working

前端 未结 17 920
情深已故
情深已故 2020-12-28 17:08

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

相关标签:
17条回答
  • 2020-12-28 17:53

    I am working on Oxygen Eclipse . All you have to do is Right click on the Cucumber file Project and Click on Close project and Then again Double click on Project Link.

    0 讨论(0)
  • 2020-12-28 17:54

    Only solution that I have found was to go into each project and delete the .settings and .project files. Then delete the workspace settings and create all new projects. Had issues with pulling in existing directories when the old project settings still existed.

    Seems like a bug in Kepler that a lot of people are running into during the upgrade.

    0 讨论(0)
  • 2020-12-28 17:54

    If you have this problem with a HTML or Javascript file then it could help when you convert yor project to a Javascript project.
    In the Project explorer:
    Context menu on your project -> Configure -> Convert to Javascript project.

    0 讨论(0)
  • 2020-12-28 17:55

    I just changed the key command to option(alt). Now it works perfectly. Preferences -> General -> Editors -> Text Editors -> Hyperlinking

    0 讨论(0)
  • 2020-12-28 17:56

    Here's what worked for me (as of Eclipse CDT Kepler):

    In Project Explorer, right-click the file in which Ctrl+Click was not working in Eclipse, and select Index -> Freshen All Files.

    That solved the problem of Eclipse not going to / not finding function declaration (via Ctrl+Click or F3).

    0 讨论(0)
提交回复
热议问题