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

Single line code collapsing #21288

Closed
edvinv opened this issue Feb 23, 2017 · 1 comment
Closed

Single line code collapsing #21288

edvinv opened this issue Feb 23, 2017 · 1 comment
Labels
*duplicate Issue identified as a duplicate of another issue(s)

Comments

@edvinv
Copy link

edvinv commented Feb 23, 2017

Currently when you collapse code block you get two lines. Something like this.

get CurrentSession(): DialerCampaignSessionModel {...
}

This is quite unreadable when you collaps a lot of blocks and also IMO the whole point of collapsings is to get as few lines as possible. For me, following is much better and more readable.

get CurrentSession(): DialerCampaignSessionModel {...}

It will be nice if there was option to select collapsing type. Of course it should work for all languages.

@roblourens
Copy link
Member

Master request here: #19690

@roblourens roblourens added the *duplicate Issue identified as a duplicate of another issue(s) label Feb 23, 2017
@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
*duplicate Issue identified as a duplicate of another issue(s)
Projects
None yet
Development

No branches or pull requests

2 participants