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

Fold/Unfold action does not support multiple regions #3319

Closed
weinand opened this issue Feb 23, 2016 · 1 comment
Closed

Fold/Unfold action does not support multiple regions #3319

weinand opened this issue Feb 23, 2016 · 1 comment
Assignees

Comments

@weinand
Copy link
Contributor

weinand commented Feb 23, 2016

On testing #2994

In this snippet range select both 'foo' and 'bar' methods and then perform 'Fold' operation.

class xyz {
    foo() {
        hello
    }
    bar() {
        world
    }
}

Observe: only 'foo' is collapsed.
I would expect that all regions overlapping with the text selection are collapsed.

@aeschli
Copy link
Contributor

aeschli commented Feb 24, 2016

duplicate of #3403

@aeschli aeschli closed this as completed Feb 24, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants