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 258682

Summary: Support of Promises
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-06 11:26:52 UTC
ECMA 6 Script brings Promises:

https://developer.mozilla.org/cs/docs/Web/JavaScript/Reference/Global_Objects/Promise

NetBeans should handle this in code completion at least. Offer then methods etc.