Apex Editor - Make use of the IntelliJ IDEA feature of code folding for all curly braces delimited code blocks, not methods only

Issue #555 duplicate
Michal Zaganczyk created an issue

It would be very nice to have in Apex Editor the code-folding feature that IntelliJ IDEA gives for all code blocks delimited by curly braces (like if / else / for / while / try / catch / finally statements). Currently in Apex Editor it works on method-level only.

For Java it works very nice - for example: if you have the cursor inside the "if" statement and press Ctrl+Shift+period, this "if" statement is folded, Ctrl + period will unfold it back.

https://www.jetbrains.com/help/idea/2016.3/code-folding.html

Comments (2)

  1. Log in to comment