spyder-ide / spyder

Official repository for Spyder - The Scientific Python Development Environment
https://www.spyder-ide.org
MIT License
8.25k stars 1.6k forks source link

Code Folding shortcuts in spyder IDE #22195

Open uprokevin opened 3 months ago

uprokevin commented 3 months ago

Hello,

is it possible to create a shortcut to folder all code up to some level ? Reason is we often work with very large files...

Stackoverflow: https://stackoverflow.com/questions/59943300/keyboard-shortcut-for-code-folding-in-spyder

2018 open issue: https://github.com/spyder-ide/spyder/issues/6810 https://github.com/spyder-ide/spyder/issues/2430

Thanks !

jmoraispk commented 2 months ago

Hi @uprokevin

I am also interested in this code-folding feature. Is it already possible, Carlos @ccordoba12 ?

I often have multiple cells (#%%) and want to close all of them, but I don't know how.

I have been a donator for two years and will continue to be. This feature would be a nice addition.

(On a separate note, improving remote development would be amazing too. I just had to switch to vs code for remote development in a container because even though I could setup spyder kernels there, most features like debugging didn't work)