Would be nice if pasting "$variable" after "$this->" results in "$this->variable" and not "$this->$variable"
Would be nice if pasting
"$variable"
after "$this->"
results in "$this->variable"
and not "$this->$variable"
Please sign in to leave a comment.
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.