I cannot figure out how to disable the code folding action in Intellij IDEA, which destroys types, etc. with a green rattle. In other words, you might have a string like:
private ArrayList listPlots = new ArrayList<~>();
where "~" is the folded code. How to disable this folding?
java editor intellij-idea
Tyler durden
source share