Quick and easy advanced ABAP code snippets for VS Code you can use to help speed up your development. For example, if you need to create an instance class on the fly then we've got you covered!
Just start typing commands like:
Command | Snippet |
---|---|
disp-> |
quick display using cl_demo_output |
alv-> |
alv scafolding |
class-> |
different class scafolding |
select-> |
Simple select |
-> |
reduce operator for table reduction |
comment-> |
some comment structures |
Extensions:
- ABAP (larshp.vscode-abap)
- ABAP Remote filesystem (murbani.vscode-abap-remote-fs)
- ABAP CDS - (hudakf.cds)
- ABAP Snippets - (frehu.abap-snippets)
Should be plug and play.
None Yet.
Expect minor release as more snippets are added.
Added SELECT and REDUCE
Added some display scafolding
Added some comment headers
Initial release of advanced-abap-snippet-generator