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
I would like to have the names of the functions for autocomplete so i dont have to use the edit or lua program to look up the exact name of a function.
The text was updated successfully, but these errors were encountered:
I guess there's two options here, which aren't entirely mutually exclusive:
Provide some Java-side function to dump all globals, and somehow load them up in Monaco. This would mean we have an up-to-date list of globals, but can't provide much relevant information.
Run illuaminate (or something similar) in the browser. This would mean only CC's rom is exposed, but would allow us to provide documentation, function signatures, etc... inline.
It does not really have to be up-to-date in my opinion. The word in the current file are suggested anyway so that the name of a new function in the globals would be completed anyway. Background information for the function does sound tempting. The wiki has very good explainations of all functions.
I would like to have the names of the functions for autocomplete so i dont have to use the edit or lua program to look up the exact name of a function.
The text was updated successfully, but these errors were encountered: