ly95 / vsc.php-symbols

Support php symbols for VSCode.
http://ly95.github.io/vsc.php-symbols
MIT License
8 stars 0 forks source link

print function doesn't show in list #16

Closed pixieaka closed 4 years ago

pixieaka commented 5 years ago
    public function print(Device $device)
    {
        echo $device->model;
    }

Here example when make function with name "print" it doesn't show in list it show only class name.

capture