2

I have turned off Code Folding using the procedure described here.

However, my imports are still folded away, hidden by an Ellipsis, as shown here:

Imports hidden by ellipsis

I really don't see the point of having code hidden away so that extra key presses or mouse clicks are required to see it.

How can I make Android Studio just show me everything?

Community
  • 1
  • 1
Steve
  • 395
  • 2
  • 12

2 Answers2

2
  1. Launch Android Studio
  2. Configure > Settings > Editor > General > Code Folding
  3. Uncheck "Imports"
  • Doesn't work. I have already turned off the main Code Folding item "Show code folding outline." Checking or unchecking the "Imports" sub-item makes no difference. – Steve Mar 22 '17 at 08:58
0

If you are on Android Studio Giraffe 2022.3.1 you can uncheck it on the following screen:

Preferences -> Editor -> General -> Code Folding

ayewo
  • 1