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"

0
1 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.

0

Please sign in to leave a comment.