yasd
yasd copied to clipboard
Can not check the value of static variables in a class
trafficstars
For example,
class Context
{
protected static $pool = [];
}
I can not check the value of self::$pool in VSCODE.