-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
Description
Figuring out how to add new features like this one to autocomplete external modules would be much simpler if we had an AST viewer.
Samples:
- http://jointjs.com/demos/javascript-ast
- Recommended by Ted Patrick http://vuejs.org/examples/tree-view.html
- d3 : http://bl.ocks.org/mbostock/1093025
Sample projects that add custom views: