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: 
MarcelloUrbani
Active Contributor
1,208
Months ago visual studio code added a 3-way merge editor

It worked from day one with abapGit, where you usually do merges using files in your laptop. It's by far the most convenient way to merge ABAP code

For projects stuck in transports, I just added support to my extension


 

It's based on code lenses:


The bottom part is the result of the merge, upon save will be written in the ABAP system you started with

NOTE: it might contain merge annotations or other stuff that prevents saving until all merge issues are resolved
Labels in this area