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();