IntelliJ IDEA
IntelliJ IDEA – the Leading Java and Kotlin IDE, by JetBrains
Tips & Tricks
30 Days with IntelliJ IDEA. Folding
To keep our promise to publish a new article from our 30-day guide on the trickiest features of IntelliJ IDEA every week, today we are talking about code folding, a feature that helps you read and understand complex or lenghty pieces of code quickly.
Did you know?
Did you know that you can toggle folding of code blocks at the caret by invoking the Fold selection action via the shortcut Ctrl + “.” (Cmd + “.” for Mac).
Another useful action is Expand All via Shift + Ctrl + “+” (Shift + Cmd + “+” for Mac) which automatically expands all folded blocks in the current editor.
Please read the complete article to learn more about this feature.
Develop with Pleasure!
Prev post IntelliJ IDEA 13 EAP 130.1030 is AvailableIntelliJ IDEA 13 EAP 130.1105 is Available Next post