Top "Code-folding" questions

Code folding is a feature of some text editors that allows one to ‘fold’ (collapse/hide) and ‘unfold’ (expand/reveal) large blocks of code.

How to collapse all methods in Xcode?

How to collapse all methods in a class in Xcode? Collapsing one by one is not an option anymore.

xcode xcode9 code-folding xcode10
Code folding in Eclipse

I used this way to get code folding in Netbeans: // <editor-fold defaultstate="collapsed" desc=" description"> .... // </editor-fold> …

eclipse code-folding
How to achieve code folding effects in Emacs?

Whats the best way to achieve something like code folding, or the type of cycling that org-mode uses. What would …

emacs elisp code-folding
Enable code-folding by default

Is there a way to tell XCode fold methods/functions by default when opening a file?

xcode xcode9 code-folding xcode10
Xcode 9 expand/collapse braces/brackets {} side bar missing

Can't find one under Xcode ▶ Preferences/Text Editing ▶ "Code Folding Ribbon" box.

ios xcode xcode9 code-folding xcode10
Xcode Swift code folding/collapse

I know we can use "Shift + Alt + Cmd + Left" to fold/collapse swift code in Xcode, but can anyone tell …

ios swift xcode macos code-folding
Handling folds in Spyder

I am coming from a VScode background , and for my recent project (on Deep Learning) I am having to manage …

python spyder code-folding
Code folding (#pragma region) in Qt creator

Is there something similar to explicit code regions for folding in Qt Creator: #pragma region Region_1 void Test() {} void Test2() {} …

c++ qt-creator pragma code-folding
Code folding in Emacs

Possible Duplicate: How to achieve code folding effects in emacs An excellent feature of Dreamweaver is code folding of any …

emacs dreamweaver code-folding
Code Folding changes in Xcode 9/10

I know code folding was missing in the early Beta's of Xcode9 and that it is available to fold entire …

swift xcode xcode9 code-folding xcode10