PHPStorm 2016.2.1 cannot find a property (Ctrl + Left Mouse) Example
$data = new class { public $current_page = 0; }; $data->current_page; // Клик приводит к ошибке Cannot find declaration to go to Will phpdoc help in this case or is it a purely storm problem?