How do I remove the abbreviation which appear on methods and variables in IntelliJ?

intellij-idea

Solution

You have installed Advanced Java Folding plug-in which does exactly what you see, folds and abbreviates certain language constructions.

Either uninstall/disable the plug-in or configure its options according to you personal preferences:

Problem

I have tried and googled without finding the way to remove the abbreviations. I'm also new to IntelliJ. Any help is appreciated!

Original source