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 241411 - PHP editor code completion more options for the superglobals eg. $_POST[''] or $_GET['']
Summary: PHP editor code completion more options for the superglobals eg. $_POST[''] o...
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-04 21:48 UTC by Neobean
Modified: 2014-02-05 06:39 UTC (History)
0 users

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 Neobean 2014-02-04 21:48:03 UTC
Hi

I would to see more options for the super-globals in the code completion:

A few examples:

$_POST - additional option: $_POST['']

$_GET - additional option: $_GET['']

$_SESSION - additional option: $_SESSION['']

The small neat improvement would absolutely mean the World to me