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 257204

Summary: Support classes and extending classes
Product: javascript Reporter: Petr Pisl <ppisl>
Component: EditorAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: dusty, jockeeriksson
Priority: P1    
Version: 8.2   
Hardware: PC   
OS: Linux   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 242387    

Description Petr Pisl 2015-12-18 09:52:36 UTC
Provide support for writing classes and extending classes to follow ECMA Script 6 spec. Simple example can be find here: https://developer.mozilla.org/cs/docs/Web/JavaScript/Reference/Classes

NB should be able to work with the class declaration, show the declaration in navigator and also support extending classes in code completion, method declaration, navigation etc.
Comment 1 Petr Pisl 2015-12-22 10:51:18 UTC
I have commited some basic support. The parser should understand classes, extending classes, navigator should display them. Mark occurrences should work as well. Still some work should be done.
Comment 2 Petr Pisl 2016-06-20 14:55:05 UTC
Done and the functionality is in trunk.