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
There should be an easy way to split these kinds of variables in setVariables. I have seen IDEs that show different icons next to the variable name depending on the variable type (Local, Upvalue, Argument or Global)
Personally I would use L for local variables, G for global variables, () for arguments, and an up arrow for upvalues.
PS: This should be provided in getVariableChildren as a second argument:
There should be an easy way to split these kinds of variables in
setVariables
. I have seen IDEs that show different icons next to the variable name depending on the variable type (Local, Upvalue, Argument or Global)Personally I would use
L
for local variables,G
for global variables,()
for arguments, and an up arrow for upvalues.PS: This should be provided in
getVariableChildren
as a second argument:Currently I return 4 expandables (Globals, Locals, Upvalues, Arguments)
The text was updated successfully, but these errors were encountered: