Selecting entire variable with double click
phpstorm
Solution
For me, PhpStorm on Linux will only select entire variables on double click if I have the option:
File | Settings | Editor | General
Honor "CamelHumps" word settings when selecting using double click
turned off. See documentation here.
Problem
In PhpStorm, when you double click on a variable, say `$_helloWorld`, it just selects a part of the variable. For example, when you double click on `World` and it will select just that instead of the entire variable. I want it to select the entire variable `$_helloWorld` when I double click on any part of it. Does anyone know how to do it?