Enterprise Resource Planning Blog Posts by Members
cancel
Showing results for 
Search instead for 
Did you mean: 
kunalchanda
Explorer
7,979

Introduction

GitHub Copilot is an AI coding assistant platform that helps us while writing code by suggesting lines or blocks of code & troubleshooting them. This guide walks you through installing GitHub Copilot in Eclipse ADT (ABAP Development Tools).

Pre-requisites

  • Eclipse IDE with ADT installed

  • Existing Github account

Steps

  • Open Eclipse IDE and navigate to: Help - Eclipse Marketplace
     

kunalchanda_2-1757948909739.png

 

 

 

 

 

 

 

 

 

 

  • Search & Select GitHub Copilot then install it by following the installation prompts.

kunalchanda_4-1757949016026.png

  • Restart Eclipse
  • After restarting, Copilot is available in the menu bar. Sign in using Github account.

kunalchanda_5-1757949108733.png

Using GitHub Copilot in Eclipse

  • Code Suggestions: Start typing your code. Copilot will automatically suggest completions. Press TAB to accept a suggestion.

kunalchanda_7-1757949344991.png

  • Chat option: Use the Open Chat option to communicate with Copilot. We can also select the context/object for which we're asking questions or resolving errors.

kunalchanda_8-1757949373300.png

Conclusion

After using it for few cases of RAP, I feel it needs to be evolve further for ABAP specific developments.  On the other hand the VSCode copilot extension works better for CAP developments in case of code suggestions & troubleshooting.

1 Comment