Ctrl+click doesn't work in Eclipse Juno

后端 未结 23 2147
傲寒
傲寒 2020-12-05 13:50

For every version of Eclipse I\'ve used prior to Juno, ctrl+click would find the declaration of a variable/class/method. It was an extremely useful feature when d

23条回答
  •  無奈伤痛
    2020-12-05 14:05

    I had the exact same issue while working on a GIT based project. I was able to resolve by changing the way i was importing the project in the workspace.

    Wrong way : Import project to workspace from GIT perspective , like right click on the GIT URL and selecting the option import which was not recognizing the project facets.

    Right way (which resolved my issue): clone the project in GIT perspective , change to JEE Perspective , then import from file > import > Existing Maven Project .

提交回复
热议问题