SAP / abap-file-formats

File formats that define and specify the file representation for ABAP development objects
MIT License
58 stars 56 forks source link

Provide linkage to vs-code plugin #484

Closed albertmink closed 1 year ago

albertmink commented 1 year ago

There is a vscode plugin that allows for validation and annotation of the ABAP file formats, see https://github.com/abaplint/vscode-abap-file-formats It provides a match definition e.g. see for classes

"fileMatch": "*.clas.json",
"url": "https://raw.githubusercontent.com/SAP/abap-file-formats/main/file-formats/clas/clas-v1.json"

Maybe we can reference to this handy plugin here? Suggestions are welcome. https://github.com/SAP/abap-file-formats/blob/1dbe5a32627bdd9882ee4307cd952330803fc310/docs/specification.md?plain=1#L57-L58

larshp commented 1 year ago

suggest: a: new section in the readme for user faced tooling, linking to the vscode extension b: more description in the contributing section about the automatic stuff happening on PR pushes