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 - Ctrl+Clikc or Alt+Enter does not jump to definition
Summary: Ctrl+Clikc or Alt+Enter does not jump to definition
Status: RESOLVED DUPLICATE of bug 143426
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-16 00:58 UTC by khaoz
Modified: 2008-08-15 09:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***