In PhpStorm 2018.2, code completion comes with an extra perk: When searching for a class, you can now provide the class namespace in the suggestion list, in addition to the class name itself.
So, to locate, for example, an \Illuminate\Routing\Console\MakeControllerCommand class, you don’t have t…