vscode-abap icon indicating copy to clipboard operation
vscode-abap copied to clipboard

ABAP syntax highlighting for Visual Studio Code

Results 9 vscode-abap issues
Sort by recently updated
recently updated
newest added

`CLASS lcl_1 DEFINITION DEFERRED.` see https://github.com/larshp/vscode-abap/issues/33

I'm adding basic syntax highlighting for ABAP via your textmate lexer to Apache NetBeans. I figured out a problem with this example https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abengame_2048_abexa.htm. It seems that the ending of a...

Hey Lars and a happy new year. Not really an issue, but i want to know if there is any possibility to get your extension work in Markdown Code Blocks...

Apparently, for the PT-BR version of Visual Code, the syntax check displays Carriege Return error for any code ![Captura de tela 2021-11-09 103526](https://user-images.githubusercontent.com/21309981/140933519-3ef99c40-81f5-4318-8791-93a5cb6a42d4.png)

- remove `method..endmethod` pair ![image](https://user-images.githubusercontent.com/5097067/140559918-0e2bbda8-cf17-4602-ae73-3bc93debbab8.png)

currently when you call a method `OBJ->METH` or `CLASS=>METH,` neither `OBJ/CLASS` nor `METH` are highlighted. Similarly, `ME` and `ME->METH` aren't as well. this would be an amazing improvement. do you...

see https://github.com/abaplint/abaplint/issues/668

not sure how, not found a guide few hints at https://code.visualstudio.com/api/working-with-extensions/testing-extension, but not sure