Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Expand use block in PhpStorm

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

like image 516
Timur Avatar asked May 19 '17 10:05

Timur


Video Answer


1 Answers

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

like image 172
Deathstorm Avatar answered Oct 02 '22 08:10

Deathstorm