You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The simplest way to go about this is similar to how GetService and required module auto fills are currently done, by searching the document to find if the variable has been defined and where.
However, this means that there is no support for context - you don’t know if the variable was defined in the current scope and can still be accessed - it will just always prompt those properties.
I guess it could just be published like above, and hope it works for most cases, depends if you want something there rather than nothing at all.
I don’t know what the alternative would be at the moment, maybe using the companion?
It should auto fill properties from Part there.
The text was updated successfully, but these errors were encountered: