Reputation: 347
If I recall correctly it was possible to fold codeblocks (IFs, FORs, etc) in IntelliJ-Java but now I'm currently only able to fold entire functions.
Oddly enough I can fold codeblocks in js
files.
(moment.js fragment)
Is possible to install a plugin or enable a config to add the codeblock level folding in Java?
I'm aware that I could use custom folding regions but that's not what I'm looking for.
Upvotes: 2
Views: 461
Reputation: 515
This is for IntelliJ 2017.2:
Upvotes: 1