TypedObject - OOP library #447
winterwolf
started this conversation in
Show and tell
Replies: 0 comments
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.
-
Hello there! I want to show you my new library that I recently created. It is an OOP library with type checking. I would really like to integrate it as tightly as possible with lua-language-server, so that all checks are based not on object methods (as now), but on emmylua comments.
However, so far it is only in my dreams and I have no idea if there is any api to get detailed variable information from a lua script. Anyway, my library is covered with emmylua comments, so you already have autocomplete, documentation hints and it's a good choice if you haven't found a suitable library for your project yet.
Check it out!
Beta Was this translation helpful? Give feedback.
All reactions