Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
former_member183045
Contributor
4,508










Beginning with the Eclipse version Photon there is a new feature available to show inline information within the source code. I used this new feature to start developing an Open source plugin as addon for ABAP in Eclipse.

The plugin shows mainly two types of information within  the code:

  • reference count for classes, method, interfaces, reports, programs and CDS views

  • the method definition in the method implementation part




Showing information about ABAP code as inline text 




For each method as first information the number of referencing ABAP objects are shown. Additionally to the overall number of references also the number of references from test classes are shown if this option is activated in the preferences.

The second part shows the method header information in the following form:

  • Accessor (public, protected, private),

  • Returning Parameter between the two []

  • Importing, Exporting or Changing parameters between the squared brackets


 

But maybe its easier to see the plugin in action




 

The plugin is still in development but can already be downloaded over the Eclipse marketplace and the source code is available on GitHub. The only prerequisite is to use the Eclipse version Photon, 2018-09 or 2018-12 and of course ABAP in Eclipse has to be installed as the plugin reuses some ADT features.

Have fun while trying it out and let me know your experiences and impressions.

Greetings, Andreas

 
27 Comments
Labels in this area