Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there a shortcut key to find a function in eclipse?

lets say i have a function called simpleFunction(); that i call a bunch of times in my program. i don't want to do a ctrl+f to find it, is there a faster way to just jump straight to the function?

like image 588
clayton33 Avatar asked Oct 24 '11 07:10

clayton33


2 Answers

use ctrl + o for quick member lookup

like image 26
Nikolay Ivanov Avatar answered Sep 29 '22 01:09

Nikolay Ivanov


Ctrl+Mouse on an occurence of the function will take you to it.

like image 116
Nicholas Magnussen Avatar answered Sep 29 '22 00:09

Nicholas Magnussen