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

highlight to calling methods and "me"

Open pedrohaccorsi opened this issue 4 years ago • 2 comments

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 think it could be done? I have no idea how simple/complex this can be though

pedrohaccorsi avatar Jul 24 '20 16:07 pedrohaccorsi

thats quite difficult for ABAP, as the CLASS might be an instance in above example

I'm waiting for https://github.com/microsoft/language-server-protocol/issues/18, and support for semantic highlighting via LSP, then the above issue can be solved via https://github.com/abaplint/vscode-abaplint

larshp avatar Jul 24 '20 16:07 larshp

https://github.com/abaplint/abaplint/issues/682

larshp avatar Jul 24 '20 16:07 larshp