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

[folding] add the possibility to always show the fold/unfold indicator #3911

Closed
konqui opened this issue Mar 9, 2016 · 9 comments
Closed
Assignees
Labels
editor-folding Editor code folding issues feature-request Request for new features or functionality
Milestone

Comments

@konqui
Copy link

konqui commented Mar 9, 2016

I think there should be a triple state value instead of a boolean in the settings.json. So one can choose between don't show folding, show folding on hover and alwasy show folding.

@aeschli aeschli added feature-request Request for new features or functionality editor-folding Editor code folding issues labels Mar 11, 2016
@aeschli aeschli added this to the Backlog milestone Mar 11, 2016
@ghost
Copy link

ghost commented Feb 4, 2017

version 1.9 still not?

@ghost
Copy link

ghost commented Feb 8, 2017

i need this featue, where?

@notrealdev
Copy link

Hey @aeschli , almost 1 year, this feature is not yet complete?

@PureDarkChoco
Copy link

version 1.12-insider(2017-04-07) not yet added.
still working?

@haisapan
Copy link

I want it too, anyone help?

@notrealdev
Copy link

Hi @weinand @aeschli , can someone give us your progress?

@aeschli
Copy link
Contributor

aeschli commented Apr 13, 2017

This feature is currently not planned. Please for it (with 👍 ) so it gets priority.

@aleksandaratanasov
Copy link

aleksandaratanasov commented May 18, 2017

It was just pure accident that I move my mouse near the location where the line numbers are displayed to actually discover that the folding symbols are indeed there. In the settings.json the feature is enabled by default however there is no mention that even if enabled it will remain invisible until a specific location is hovered. If this feature is not included at least edit the comment to include HOW to actually make these things visible. Otherwise people will be forced to search on the internet or (as in my case) even post on SO. It's too much work for a feature that is de facto a standard nowadays with advanced editors.

A compromise between "hiding until location next to line numbers is hovered" and "displaying all the time" would be to display the folding symbols whenever a foldable section is hovered (the text itself or the space on both of its sides).

@aeschli
Copy link
Contributor

aeschli commented May 18, 2017

duplicate of #4812.
For the May release I added a new setting so that the fold controls stay always visible:
"editor.showFoldingControls": "always"

@aeschli aeschli closed this as completed May 18, 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
editor-folding Editor code folding issues feature-request Request for new features or functionality
Projects
None yet
Development

No branches or pull requests

6 participants