-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feat request: Showing the context within Lua table #80
Comments
Merged
Try this #81 :) |
Perfect! Thanks a lot for your time today! |
No problem! Thanks for your suggestions and feedback 👌 Let me know if these changes causes some unwanted hinting. Usually additions don't have any side effects, but there might be some edge cases :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The plugin really shines!
One small gap I can see (to make it perfect 🤩) is to provide the same feature when editing a Lua, table.
In configurations, there can be very long and deep Lua tables and even with the identline, they are not easy to navigate and edit. If you could make the plugin show these as well it would be sweet.
It could look like this
![image](https://private-user-images.githubusercontent.com/214433/399773071-7e992512-7c3a-41da-8693-188501f6f266.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NDQzMjQsIm5iZiI6MTczODk0NDAyNCwicGF0aCI6Ii8yMTQ0MzMvMzk5NzczMDcxLTdlOTkyNTEyLTdjM2EtNDFkYS04NjkzLTE4ODUwMWY2ZjI2Ni5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QxNjAwMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04M2FhNGYzYzQ5OWIxYjU0MGEzMmRhYzUyNGZjNDAyOTllYWEzODJkZGRkNTVmM2QyMTA1YjI3NmE0ZDA3NmI3JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.qjlw5U_CWJUuv952KP3FdOau019yFkzk1r9DN24MNoo)
What do you think?
The text was updated successfully, but these errors were encountered: