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?
Asked
Active
Viewed 920 times
2 Answers
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

Deathstorm
- 818
- 11
- 36
5
It's controlled by Settings | Editor | General | Code Folding | Imports.

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