f4abap / abap-code-insight

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABAP Code Insight

ABAP Code Insight is an Open Source Plugin which enabled inline code information for ABAP code in Eclipse.

The only prerequisite to use this plugin for developing with ABAP is an ABAP Development Tool (ADT) on Eclipse installation.

The plugin shows
* reference counts - for ABAP classes, interfaces, reports, function modules and CDS views
* method signature information - for ABAP methods, thus the header and body definition of ABAP methods are not separated anymore

Abap Code Insight Screenshot

Each type of inline code information can be activated/deactived in the ABAP preferences, section Code Insight (experimental).

The plugin can be installed over the Eclipse Marketplace, see Eclipse Marketplace - ABAP Code Insight or by forking this repository.

If the plugin is not activated after updating, start Eclipse one time from the command line with the parameter -clean

About

License:MIT License


Languages

Language:Java 91.7%Language:HTML 8.3%