While doing a short research using Google, I found that it could be CTRL + SHIFT + I to invoke an operation similar to Eclipse SHIFT + O in Java (to restore import if I remember it correctly).
Check the link for the operation.
In your example, it should be nice to write:
$object = new ClassLoader;
And then press CTRL + SHIFT + I to import the ClassLoader namespace as a use statement ...
shadyyx
source share