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

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

请先登录再写评论。