how can i Jump to a class without a constructor
Hello,
how can i Jump to a class without a constructor?
if i had a code like:
class foo {
function __construct(){
}
}
class bar extends foo {
function test() {
}
}
$Obj = new bar()
and when i Strg+Click on bar() then the IDE jumps to the foo constructor.
But i want to jump to the bar-class.
thank You
请先登录再写评论。
Hi Andreas,
Watch this ticket: http://youtrack.jetbrains.net/issue/WI-4880?projectKey=WI