Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

The red arrows marks the abbreviations

I have tried and googled without finding the way to remove the abbreviations. I'm also new to IntelliJ.

Any help is appreciated!

like image 517
Eirik Avatar asked Apr 28 '17 10:04

Eirik


1 Answers

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:

advanced folding

like image 136
CrazyCoder Avatar answered Sep 21 '22 18:09

CrazyCoder