We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
OBJ->METH
CLASS=>METH,
OBJ/CLASS
METH
ME
ME->METH
this would be an amazing improvement.
do you think it could be done? I have no idea how simple/complex this can be though
The text was updated successfully, but these errors were encountered:
thats quite difficult for ABAP, as the CLASS might be an instance in above example
I'm waiting for microsoft/language-server-protocol#18, and support for semantic highlighting via LSP, then the above issue can be solved via https://github.com/abaplint/vscode-abaplint
Sorry, something went wrong.
abaplint/abaplint#682
No branches or pull requests
currently when you call a method
OBJ->METH
orCLASS=>METH,
neitherOBJ/CLASS
norMETH
are highlighted. Similarly,ME
andME->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
The text was updated successfully, but these errors were encountered: