Selecting entire variable with double click

前端 未结 4 1363
无人及你
无人及你 2021-02-13 18:19

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

4条回答
  •  一整个雨季
    2021-02-13 18:55

    Using WebStorm on Windows 8.1 I was able to fix this by going to

    File > Settings > [IDE Settings] > Editor 
    

    and disabling the following option:

    Honor "CamelHumps" words settings when selecting on double click
    

提交回复
热议问题