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 function names #48

Open
2 of 4 tasks
serkonda7 opened this issue Apr 12, 2022 · 0 comments
Open
2 of 4 tasks

highlight function names #48

serkonda7 opened this issue Apr 12, 2022 · 0 comments

Comments

@serkonda7
Copy link
Owner

serkonda7 commented Apr 12, 2022

Note: applies to Function and Sub

  • declaration
  • simple call
  • call using Call keyword
  • call from other module Call OtherMod.Func()

Due to VBA syntax having many ambiguities, a proper implementation of this feature might require integration of a language server.
However I'm not aware of an existing VBA language server to use.

Ambiguity

@serkonda7 serkonda7 changed the title highlight function call names highlight function names Aug 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant