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 207050

Summary: No autocomplete for namespaced class constant
Product: php Reporter: RadekDvorak
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description RadekDvorak 2012-01-09 08:27:29 UTC
Netbeans 7.1 des not offer autocompletion for constants that are in namespaced class. In the following example the constant \qwe\ASD::AA won't be offered:

<?php
namespace qwe;
class ASD
{
    const AA = "q";
}

\qwe\ASD::
--
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Linux version 2.6.37.6-0.9-desktop running on amd64
Java; VM; Vendor = 1.6.0_29
Runtime = Java HotSpot(TM) 64-Bit Server VM 20.4-b02
Comment 1 Ondrej Brejla 2012-01-09 08:53:32 UTC

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