-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Add setting to default to recursive directory collapsing #231684
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
base: main
Are you sure you want to change the base?
Add setting to default to recursive directory collapsing #231684
Conversation
@microsoft-github-policy-service agree |
It would seem redundant to me to have the Alt behaviour remain as-is when this is enabled - why not have this option swap which behaviour requires Alt? That'd mean with recursive-as-default enabled, holding Alt would then cause a non-recursive collapse, whereas with this option disabled, the inverse is true. |
I like that suggestion! Just to clarify the behaviour, could you please let me know if this is what you were thinking? Current default behaviour:
Video (collapse, open, ALT collapse, open, collapse, ALT open) Settings.-.Pulse.-.Code.-.Oss.Dev.2025-01-06.14-13-33.mp4My current implementation of the setting simply changes collapse to do the same as ALT collapse when enabled. By inverting ALT for collapse we would do the following:
Opening folders would stay the same as it wouldn't make much sense to always open the folders recursively again. Is that correct? |
sudo cp -f ~/ufw.backup/*rules /etc/ufw |
Yep! That's pretty much what I had in mind. |
@joaomoreno What do we need to do to get this merged? Thanks in advance for the info! |
I will be super happy if this lands the editor. I was mega surprised it's not customizable. |
Hope this gets reviewed for approval ASAP. Absolutely key feature that I miss dearly from PyCharm. Makes me very confused when opening a folder and I find that some of its children are also open. My brain just doesn't expect that. |
Closes #224267 - Always collapse directories recursively