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.
If the plugin is not activated after an update, start Eclipse one time from the command line with the parameter -clean
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
Each type of inline code information can be activated/deactived in the ABAP preferences, section Code Insight.
The plugin works with Eclipse Photon and every newer version.
Categories: IDE, Programming Languages
Additional Details
Eclipse Versions: 2020-03 (4.15), 2019-12 (4.14), 2019-09 (4.13), 2019-06 (4.12), 2019-03 (4.11), 2018-12 (4.10), 2018-09 (4.9), Photon (4.8), 2020-06 (4.16), 2020-09 (4.17), 2020-12 (4.18), 2021-03 (4.19)
Platform Support: Windows, Mac, Linux/GTK
Organization Name: Andreas Gautsch
Development Status: Beta
Date Created: Tuesday, January 8, 2019 - 17:18
License: MIT
Date Updated: Friday, January 15, 2021 - 10:15
Submitted by: Andreas Gautsch
| Date | Ranking | Installs | Clickthroughs |
|---|---|---|---|
| February 2026 | 262/575 | 13 | 6 |
| January 2026 | 243/631 | 37 | 17 |
| December 2025 | 306/621 | 21 | 26 |
| November 2025 | 275/626 | 32 | 10 |
| October 2025 | 218/637 | 58 | 15 |
| September 2025 | 242/653 | 50 | 20 |
| August 2025 | 242/615 | 40 | 8 |
| July 2025 | 235/636 | 46 | 8 |
| June 2025 | 231/627 | 48 | 15 |
| May 2025 | 259/634 | 37 | 9 |
| April 2025 | 242/623 | 42 | 8 |
| March 2025 | 284/661 | 44 | 7 |

Reviews Add new review
This depends on Java
Submitted by Jascha S on Thu, 04/20/2023 - 09:54
This depends on Java Development Tools (org.eclipse.jdt), so if you're trying to package it with the Eclipse Platform binary, then you need to install that first.
Unfortunately, it did not work for me, even with a clean install. Seems like it is out of maintenance anyway.