Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hi All,

I didn’t notice at first, but a few weeks ago, when I opened the Outline view when editing the view and controller files (created by the SAPUI5 plugin using the MVC Pattern), I found out that it was empty.

As the code grows and get more complex it became a bit of a pain jumping around to each of the functions, so I decided to look for a solution for this problem.


I found out a reference of a very good blog in the stackoverflow forum with the solution.

http://www.kajabity.com/2012/02/how-i-introduced-jsdoc-into-a-javascript-project-and-found-my-eclips...


To be brief, to get the outline view working it is necessary to use a JSDOC comment with the following tag:


     /**
     * @memberOf
parentNamepath
     */

I think it would be nice to have the SAPUI5 plugin creating the initial code with these comments. What you think?

Best regards,

Christian

7 Comments
Labels in this area