Double click to select white space in PhpStorm -


in sublime can double click whitespace in-between 2 characters in order select white space, e.g. in:

$foo        = 'bar'; 

would result in selection of:

$foo████████= 'bar'; 

however in phpstorm selects entire line.

is there setting can toggle whitespace can selected double click in same way can double click variable select it.

this not possible. there an open issue requesting functionality describe on bug tracker, vote , leave comment see functionality added well.

apparently, according comments triple clicking used work done. although posted in 2013 , cannot reproduce on latest version anymore, figure removed somewhere along way.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -