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: 
larshp
Active Contributor
6,633
With ABAP code versioned in git, it is possible to clone ABAP projects as files to the local PC. And like other files, these can be edited with your favorite editor.

To help the developer, I've been working on a standalone setup for editing ABAP files based on LSP and vscode.

Below shows some of the features currently implemented,

 

Diagnostics



 

Go to definition



 

Hover



 

Rename



 

References





Quick Fix



 

GitHub Codespaces


All this also works with Github Codespaces running in the browser,



 

 

The abaplint extension is available from the marketplace, or try the online playground


Bug reports and bugfixes welcome at https://github.com/abaplint/vscode-abaplint

 

Mission impossible? No, however, there will be a lot of bugs, and it will always be two steps behind, just like most(all?) developer tooling.
4 Comments
Labels in this area