In modern IDEs, there is a keyboard shortcut to open a file by typing its name without putting your hand on the mouse. For example:
Eclipse: Cmd|
If you want to jump to specific line in specific file. Then
First: Command + Shift + o
Then type CustomView:60
Means in file CustomView line number 60.