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?
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.
For Rider it's under
File > Settings > Editor > General > Typing Assistance
and then at the bottom the last checkbox:
Honor "CamelHumps" words settings when selecting on double click
should be turned off.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With