Create an Editor Fold

Create an editor fold to hide parts of your class which can make it more readable.

You can select some code by scope and then use ⌥⌘T (macOS) / Ctrl+Alt+T (Windows/Linux), to create an editor fold.

These are useful to minimise some code while you're working in other areas of the class. You can always maximise them again later.


Related Resources

New Line
New Line
Start a new line below or above your current line with the correct indentation.
Clipboard History
Clipboard History
Paste a subset or multiple entries such as a list from your recent copy history.
Extend Selection
Extend Selection
Extend and shrink your current code selection.