Is it possible to configure IntelliJ / WebStorm to select all spaces and tabs when I double-click on spaces in the code, as many other editors do, instead of selecting the closing line or the previous word?
eg. when I double click the spaces between aand =:
a = 1;
source
share