This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 140187

Summary: Ctrl+Clikc or Alt+Enter does not jump to definition
Product: php Reporter: khaoz <khaoz>
Component: CodeAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description khaoz 2008-07-16 00:58:41 UTC
If i use a Ctrl+Click or Alt+Enter on "Car()" here:

// file index.php
<?php
$my_car = new Car();
?>

Netbeans jump to Car class definition in Car.php.

But on "my_method()" here:

// file index.php
<?php
$my_car = new Car();
$my_car->my_method(); // <-- I want to go to my_method definition through Ctrl+Click or Alt+Enter
?>

Nothing happens...
Comment 1 Petr Pisl 2008-08-15 09:13:44 UTC
This is connected with issue #143426. I think it's duplication. 

*** This issue has been marked as a duplicate of 143426 ***