Eclipse keyboard shortcut: goto function name

后端 未结 10 2149
生来不讨喜
生来不讨喜 2020-12-12 23:29

Suppose I know a function name, but I don\'t know which file it\'s declared in. What Eclipse keyboard shortcut can take me to the function I\'m looking for?


Wh

10条回答
  •  天涯浪人
    2020-12-13 00:18

    Press CTRL + Left Mouse Button on the name your function. Eclipse will open the clicked file with this function automatically.

提交回复
热议问题