Would be nice if pasting "$variable" after "$this->" results in "$this->variable" and not "$this->$variable" Cat 创建于 2026年06月02日 02:42 Would be nice if pasting "$variable" after "$this->" results in "$this->variable" and not "$this->$variable"
Hi!
If we are talking specifically about the copy-pasting, use the Settings | Editor | General | Smart Keys | PHP | Select variable name without '$' sign on double click option to copy variable names without the
$sign.