How can I view the outline in eclipse when using the revealing module pattern?

后端 未结 4 443
猫巷女王i
猫巷女王i 2020-12-28 17:56

I\'m currently refactoring some Javascript code we have and amongst other things I\'ve changed it to make use of the revealing module pattern. The code is looking much tidie

4条回答
  •  长发绾君心
    2020-12-28 17:57

    I'm working with eclipse/Kepler. Using the advice from above I managed to get the outline view. But proposals (Ctrl-space) didn't work. Some fn were visible, some not. No pattern to detect.

    After reading http://usejsdoc.org/#JSDoc3_Tag_Dictionary I replaced all @memberOf by @memberof and now everything works as expected ('til the next problem arises ...)

提交回复
热议问题