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 198877 - It would be nice if we could get autocompletion on associative array indexes.
Summary: It would be nice if we could get autocompletion on associative array indexes.
Status: RESOLVED DUPLICATE of bug 161491
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 243497 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-05-25 08:44 UTC by scollado
Modified: 2016-11-28 07:29 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description scollado 2011-05-25 08:44:34 UTC
Product Version = NetBeans IDE 7.0 (Build 201104080000)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) 64-Bit Server VM 17.1-b03
Comment 1 scollado 2011-05-25 08:53:00 UTC
for example :

$settings = array ('apiVersion' => 0.1, 'httpMethod' => 'GET', 'protocol' => 'https' );

then later in the code
$settings[ <Ctrl+Space> -> autocompletion let you choose in the list of the indexes defined above : apiVersion, httpMethod, protocol
Comment 2 amobilia 2016-09-22 18:54:57 UTC
*** Bug 243497 has been marked as a duplicate of this bug. ***
Comment 3 PowerKiKi 2016-11-28 07:29:24 UTC

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