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

Add region fold support #459

Closed
octref opened this issue Oct 2, 2017 · 7 comments
Closed

Add region fold support #459

octref opened this issue Oct 2, 2017 · 7 comments

Comments

@octref
Copy link
Member

octref commented Oct 2, 2017

https://github.com/Microsoft/vscode/blob/master/extensions/typescript/language-configuration.json

microsoft/vscode#12146 (comment)

Will be available in Oct release.

@pr-yemibedu
Copy link

Hello,
The 1.17 update with region folding is out and it works. Thank you. Good day.

octref added a commit that referenced this issue Oct 9, 2017
@octref octref closed this as completed in 06fd66d Oct 9, 2017
@pbaksa
Copy link

pbaksa commented Oct 13, 2017

Thank you.
Is it possible to define multiple pairs of markers?

@pr-yemibedu
Copy link

Hello,
There are three pairs (template, style, and script) that are already defined. What else were you looking for? Thank you. Good day.

@pbaksa
Copy link

pbaksa commented Oct 13, 2017

I meant multiple pairs of folding markers, like "surroundingPairs".

@pr-yemibedu
Copy link

Hello,
Are you asking about nesting the markers? It would be helpful if you gave a visual example of what you would like to see.

<template>
- upper 1
    <script>
    - inner 1
    </script>
    <script>
    - inner 2
    </script>
</template>

And if you already tried something that did not work, a screen shot would be helpful too. Thank you. Good day.

@pbaksa
Copy link

pbaksa commented Oct 15, 2017

Looks like I commented in the wrong project, I assumed this is some sort of official VSCode announcement.

octref added a commit that referenced this issue Nov 22, 2017
@yola-0316
Copy link

My vetur is 0.11.5, Region also not work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants