Selecting entire variable with double click

前端 未结 4 1362
无人及你
无人及你 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 19:14

    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.

提交回复
热议问题