Skip to Content
Author's profile photo Michael Schneider

Automatic code completion

Beside the automatic syntax check, we introduced also the automatic code completion after component selectors with ADT 2.13.

If you enter a component selector (like ->, =>, or ~) after an identifier and wait for a short moment, code completion will list all relevant components of that identifier automatically. You just have to select the right one.

You can enable/disable the functionality in the preferences: “Windows > Preferences > ABAP Development > Editors > Source Code Editors > Automatically trigger code completion after typing -, ~, ->, =>”. It is enabled by default.

autoCodeCompletion.png

Also this functionality works for all backend systems that supports ADT (i.e., SAP Netweaver 7.31 SP4 and higher).

Enjoy!

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Ebrahim Hatem
      Ebrahim Hatem

      Hi
      Thank you for this nice info,

      I have done it but I could get the full signature on completion,

      so I would like to add more info about it

      to add full signature on completion, just active the check box in eclipse.


      signature.PNG

      Regards