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 199406

Summary: Missing documentation hints for keywords
Product: php Reporter: Vladimir Riha <vriha>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Vladimir Riha 2011-06-14 15:24:41 UTC
In php file, paste following code:
class A{}
class B e|xtends A{}

and invoke code completion in place of "|", "extends" is offered but no help window is showed.


Product Version: NetBeans IDE 7.0.1 Dev (Build 201106122100)
Java: 1.7.0-ea; Java HotSpot(TM) Client VM 21.0-b15
System: Linux version 2.6.38-8-generic running on i386; UTF-8; en_US (nb)
Comment 1 Petr Pisl 2011-06-16 08:36:47 UTC
There is no help for the keywords. Needs to be implemented.
Comment 2 Ondrej Brejla 2011-08-16 12:11:28 UTC

*** This bug has been marked as a duplicate of bug 137009 ***