(*Please send email to lockng@gmail.com to report any issue or problem of this extension) Providing the following features to the Javascript code editor - Outlining regions
- Regions ( between ///#region and ///#end-region line comments )
- Object literal expression ( var obj = { field1: 1, method: function() {} } )
- Array intialization expression (var array = [1, 3, 4])
- if/else statements
- switch statements
- Comment blocks
- Code navigation (similar to C# editor with the Class and Member combo boxes)
- Class (left) combo box contains class definitions and global statements
- Support prototype class definition see
- Support class definition with encapsulation see
- Support user provided (via configuration) class creation functions such as Ext.define
- Code snippets
- function documentation (press Enter after ///)
| |