In Sublime I can double click whitespace in-between two characters in order to select just the white space, e.g. in:
$foo = 'bar';
Would result in the selection of:
$foo████████= 'bar';
However in PhpStorm it selects the entire line.
Is there a setting I can toggle so that whitespace can be selected with a double click in the same way I can double click a variable to select it.