Tern Explorer
I think it should be cool that tern.java provide a "Tern Explorer" View which display JavaScripts functions, variables of the current JavaScript file like the JSDT Ouline View.
Why doing that although JSDT does that?
- we could display a lot of information like type, variable inside a function.
- display the acorn AST
- displays for each frameworks some items. For instance for AngularJS displays controller, modules, etc like AngularJS Explorer, grunt/gulp tasks like Build Explorer. We could displays modules for node.js/requirejs, etc => having oen explorer to displays thoses thoses items instead of having a new view for each JavaScript frameworks.
@vrubezhny @dgolovin @mickaelistria @maxandersen @pascalleclercq @gamerson @paulvi @fbricon @piotrtomiak @jabby what do you think about that?