-
-
Notifications
You must be signed in to change notification settings - Fork 17
[FR] print Lua variable names when function is assigned to a variable #73
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
Comments
I'll look into it. Not sure about adding something like this as builtin because the nodes varies between languages etc., but adding some examples on how to do this via custom callbacks in the configuration would be useful! |
being able to do this via custom callback (i.e completely optional) for individual languages would be great. |
Shows assignments and context inside tables, etc. Closes #73
Shows assignments and context inside tables, etc. Closes #73
Turns out there was a much simpler solution to this. Just update and it should be working :) |
I was just testing this plugin to see if I will add it to my new configuration.
If I do the following in Lua an anonymous function assigned to a variable.
The plugin works by showing the closing function.
However, it would be useful to show the variable name that the function is assigned to.
Something like ...
of course, this is probably the same for other language support.
The text was updated successfully, but these errors were encountered: