I've been trying to find out how to replace a string of an FQCN with an import statement (and vice-versa). I can't work out if this feature doesn't exist or if I just can't find it.
For example, the ALT + ENTER
context menu in PHPUnit when creating a mock:
PhpStorm knows which class this is - or is this a plugin doing this?
The opposite:
The PHP Annotations plugin adds a nice option in the context menu - but only for Doctrine:
Is there a keyboard shortcut to achieve the same result as above but with any class string literal?