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

Hide code blocks completely #22293

Closed
ghost opened this issue Mar 9, 2017 · 1 comment
Closed

Hide code blocks completely #22293

ghost opened this issue Mar 9, 2017 · 1 comment
Assignees
Labels
editor-folding Editor code folding issues feature-request Request for new features or functionality
Milestone

Comments

@ghost
Copy link

ghost commented Mar 9, 2017

Please hide code blocks like this:
void foo(string name) {
printf(name.c_str());
}
TO
void foo(string name) { ... }
NOT
void foo(string name) { ...
}

@ramya-rao-a ramya-rao-a added the editor-folding Editor code folding issues label Mar 9, 2017
@alexdima alexdima added the feature-request Request for new features or functionality label Mar 28, 2017
@alexdima alexdima added this to the Backlog milestone Mar 28, 2017
@alexdima alexdima removed their assignment Mar 28, 2017
@rebornix rebornix assigned aeschli and unassigned rebornix Sep 5, 2017
@aeschli
Copy link
Contributor

aeschli commented Sep 6, 2017

duplicate of #3352

@aeschli aeschli closed this as completed Sep 6, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
editor-folding Editor code folding issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

4 participants