Eclipse now shows only a single method in an editor pane after clicking on the method in Package Explorer view, how can I reset to normal behavior?

后端 未结 1 1641
攒了一身酷
攒了一身酷 2021-02-04 18:21

In the Package Explorer of Eclipse (version Helios) you can drill down into a Java class and see its methods and members listed. Until recently if I clicked on a method name in

相关标签:
1条回答
  • 2021-02-04 18:46

    Go to Preferences -> Java -> Editor and deselect "Only show the selected Java Element".

    It is a hidden preference. I once had this happen to me in an entirely different circumstance and it took me hours to find the answer.

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