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 258657

Summary: Support rest parameters
Product: javascript Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: NEW ---    
Severity: normal CC: dusty
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 242387    

Description Petr Pisl 2016-04-05 12:39:27 UTC
Ecma 6 script introduces rest parameters:

https://developer.mozilla.org/cs/docs/Web/JavaScript/Reference/Functions/rest_parameters

The rest parameters is an instance of Array. NetBeans should offer code completion as for Array (methods like pop, map, length ...)