Replies: 1 comment
-
It seems that EmmyLua does not support mixing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm adding EmmyLua-style documentation throughout my project, and ran into a scenario where I have a table that I use as an array, but also add a key to it:
In my class definitions, I've added the following:
However, this shows up in Intellisense like this:
Which is incorrect as
.enabled
is a property of the.targets
table rather than a top-level key. Is it possible to define such a structure using the EmmyLua-like annotations? Ideally it would show the.enabled
property when using Intellisense on the.targets
array when typing:Beta Was this translation helpful? Give feedback.
All reactions