function variable preview
antrobot1234 opened this issue ยท 2 comments
it would be nice if, when writing functions from the lua terminal or when coding, the computer would display the next input variable name in grayed-out text until a character is typed (similar to the default values on most text inputs)
ex: foo(a,stuff,bar)
and when you type:
foo(a
foo(1,stuff
foo(1,'thi
foo(1,'thing',bar)
@antrobot1234 this can be done with a Lua program, there is no need to change the mod.
I'm adding the appropriate plumbing cc-tweaked/Cobalt#18, though doubt any functionality will be added in CC:T. I may use this in mbs or something, but no promises.