Is it possible to got to PHP method declaration through method call in Sublime Text?
// pressing some keys combination should navigate me
// to the method declaration. If it's defined in some other file,
// the file should be opened.
$foo->doSomething();
Update (June 2016): @Erik255's answer is better now that Sublime Text 3 is out. Please upvote his. Since this is currently the accepted answer, these are the steps repeated:
Original answer:
As of Sublime Text 2, you can use Goto anything (CTRL+R).
(searches only within the current page)