Skip to content

I suggest adding "region" support #149

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

Closed
Battlemanson opened this issue Mar 28, 2020 · 1 comment
Closed

I suggest adding "region" support #149

Battlemanson opened this issue Mar 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@Battlemanson
Copy link

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.

@sumneko sumneko added the enhancement New feature or request label Mar 29, 2020
@sumneko
Copy link
Collaborator

sumneko commented Nov 26, 2020

There are some other extensions can meet your need, searching folding in marketplace.

@sumneko sumneko closed this as completed in a9c1b41 Jan 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants