Skip to content
New issue

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

highlight to calling methods and "me" #20

Open
pedrohaccorsi opened this issue Jul 24, 2020 · 2 comments
Open

highlight to calling methods and "me" #20

pedrohaccorsi opened this issue Jul 24, 2020 · 2 comments

Comments

@pedrohaccorsi
Copy link

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

@larshp
Copy link
Owner

larshp commented Jul 24, 2020

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

@larshp
Copy link
Owner

larshp commented Jul 24, 2020

abaplint/abaplint#682

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants