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

Summary: PHP editor code completion more options for the superglobals eg. $_POST[''] or $_GET['']
Product: php Reporter: Neobean
Component: EditorAssignee: Ondrej Brejla <obrejla>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

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