I am coming from Dreamweaver into PhpStorm 8.0.2 (on Windows 8.1).
How do you set it up so that when selecting a variable, you do not select the dollar ($)? This needs to include variables separated by underscores.
I have tried the various settings to do with CamelHumps, and had mixed results, but still not ideal.
For example, double-clicking the variable $foo_bar, I would like it to select foo_bar.
- With "Honor CamelHumps", it will select
$foo_bar. - Without "Honor CamelHumps", it will select
fooorbardepending on which word you double-click on.
$always gets selected. - LazyOne