10

How to expand "use block" at the top of class in PhpStorm 2017.1 by default to see all imported namespaces? Is there any setting?

enter image description here

LazyOne
  • 158,824
  • 45
  • 388
  • 391
Timur
  • 488
  • 4
  • 14

2 Answers2

11

You can set these kind of settings in the code folding area. In this case these are Imports so check those off in the settings.

Go to: Settings > Editor > General > Code folding

See image.
Code folding

Deathstorm
  • 818
  • 11
  • 36
5

It's controlled by Settings | Editor | General | Code Folding | Imports.

Eugene Morozov
  • 2,790
  • 1
  • 10
  • 17