Is There An Eclipse Plugin That Creates An Outline View For The "javascript Revealing Module Pattern"?
I like eclipse, and with some tweaking it can be used for javascript programming. There's syntax completion, linting, formatting, and there's 'outlining', albeit only for simple ja
Solution 1:
Answering my own question, again:
The javascript functions inside the IIFE must be annotated in the JSDoc style, then they will appear in the outline view.
The whole process is described here, with screenshots:
Post a Comment for "Is There An Eclipse Plugin That Creates An Outline View For The "javascript Revealing Module Pattern"?"