Technical Articles
Improved Abap test cockpit support in visual studio code
A few days ago I added ATC support to my visual studio code extension
Today I decided to improve my workflow by
- adding an option to refresh the findings on activation
- adding a button to automatically adding the pseudocomments or pragmas
The latter is a bit flaky as there’s no API to find them, and I extrat them from the documentation
Also, the pseudocomments/pragmas are always added at the end of the line, which is not necessarily right:
This doesn’t work because should go before the comma:
Be the first to leave a comment
You must be Logged on to comment or reply to a post.