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
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