Community
Participate
Working Groups
The first cut of outlining JSDoc is not sufficient. We should instead use the doc tag information to compose signatures and if possible place nodes in the correct hierarchy.
(In reply to Michael Rennie from comment #0) > The first cut of outlining JSDoc is not sufficient. We should instead use > the doc tag information to compose signatures and if possible place nodes in > the correct hierarchy. We should also show some kind of progress (or something) when the view is loading - for very large js files it appears blank while it is computing the outline (not good)
*** Bug 372249 has been marked as a duplicate of this bug. ***
I completely re-wrote the outliner using estraverse. It now looks just like a real source outline. The jsdoc hinting is not hooked up yet as we are still not using latest version of Esprima (which has the doc node linking). https://git.eclipse.org/r/18753
The first cut of the re-write was merged with: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e81382db17a7360c3cdd2b5358aa8b5bbeb44d58 I'll mark this as fixed and open new issues / enhancements in their own bugs