yasd icon indicating copy to clipboard operation
yasd copied to clipboard

Can not check the value of static variables in a class

Open gitHusband opened this issue 3 years ago • 0 comments
trafficstars

For example,

class Context
{
    protected static $pool = [];
}

I can not check the value of self::$pool in VSCODE.

gitHusband avatar Aug 29 '22 02:08 gitHusband