How to do class annotations? Unclear... #1784
Replies: 1 comment
|
Read https://github.com/sumneko/lua-language-server/wiki/Annotations#class |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all, I've been trying to do some annotations for an existing video game as a mod (Project Zomboid to be exact), and I'm not sure how to correctly annotate the classes so that I get the intellisense I expect.
Here's an example class that the game uses:
ISUIElement has a similar class construction to this. Here's the class hierarchy as it pertains to this example:
All reactions