Extend Selection

Extend and shrink your current code selection.

Press ⌥↑ (macOS) / Ctrl+W (Windows/Linux), to extend your selection of code by scope. To reduce the scope, use ⌥↓ (macOS) / Ctrl+Shift+W (Windows/Linux).

This can be useful for a visual representation of scope when moving blocks of code around.


Related Resources

Clipboard History
Clipboard History
Paste a subset or multiple entries such as a list from your recent copy history.
New Line
New Line
Start a new line below or above your current line with the correct indentation.
Create an Editor Fold
Create an Editor Fold
Create an editor fold to hide parts of your class which can make it more readable.