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
Press CTRL + Left Mouse Button on the name your function. Eclipse will open the clicked file with this function automatically.