Let\'s say I want to type the following in PhpStorm:
$longObjectName->propertyName = \'some value\';
Seems innocent enough, no? If I sta
Well, I solved this problem by recording a Macro and then binding it with a keyboard shortcut:
I chose Ctrl+. as the shortcut and now I am more than happy. :)