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 137033 - Code completion for class identifier
Summary: Code completion for class identifier
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks: 142091
  Show dependency tree
 
Reported: 2008-06-11 17:47 UTC by Mikhail Matveev
Modified: 2008-09-04 17:55 UTC (History)
1 user (show)

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 Mikhail Matveev 2008-06-11 17:47:22 UTC
class a|

CC offers lots of identifiers. It should give "no suggestions", because we're defining a new identifier here.
Comment 1 polan 2008-08-13 12:58:19 UTC
Added to CC context sensitivity umbrella issue.
Comment 2 Tomasz Slota 2008-08-13 14:30:47 UTC
Fixed , added a unit test. Also for interface declarations.


http://hg.netbeans.org/main/rev/88d6a39ced4d
Comment 3 Mikhail Matveev 2008-09-04 17:55:40 UTC
Verified