We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would love to see this project implement "region" support, with toggle-able folds. Something like this...
1| --Region some_region_name 2| function some_function() 3| ... 4| end 5| some_variable = "some string" 6| --End Region 7| some_new_variable = "some other string"
that would be collapsible like this...
1| --Region some_region_name ... 7| some_new_variable = "some other string"
This is already supported in so many other languages built in, but VSCode does not have this capability yet with LUA.
The text was updated successfully, but these errors were encountered:
There are some other extensions can meet your need, searching folding in marketplace.
folding
Sorry, something went wrong.
a9c1b41
No branches or pull requests
I would love to see this project implement "region" support, with toggle-able folds. Something like this...
that would be collapsible like this...
This is already supported in so many other languages built in, but VSCode does not have this capability yet with LUA.
The text was updated successfully, but these errors were encountered: