Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split Local, Upvalues, Arguments and Globals in dbgProviders #20

Open
pablomayobre opened this issue Apr 24, 2017 · 0 comments
Open

Split Local, Upvalues, Arguments and Globals in dbgProviders #20

pablomayobre opened this issue Apr 24, 2017 · 0 comments

Comments

@pablomayobre
Copy link

pablomayobre commented Apr 24, 2017

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:

getVariableChildren("full.name.of.the.variable", "global")

Currently I return 4 expandables (Globals, Locals, Upvalues, Arguments)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants