Eclipse keyboard shortcut: goto function name

后端 未结 10 2154
生来不讨喜
生来不讨喜 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:26

    simple 2 ways to function declarations:

    Way 1: ( Whole workspace )
                      Ctrl + Left Click the function calling place.

    way 2: ( within the same page )
                      press Ctrl + F to find dialog window and type n function_name and search.

    these will redirect to function definition

提交回复
热议问题