marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
211 stars 17 forks source link

can't find reference in some situation #77

Closed swordjjjkkk closed 2 years ago

swordjjjkkk commented 4 years ago

Describe the bug can't find reference in some situation

To Reproduce Steps to reproduce the behavior: code like this: class fff { public static $List;

} fff::$List=1;

can't find $List reference ,but in vscode find one(use same ls).

Expected behavior find one reference

Screenshots image

image

Desktop (please complete the following information):

Additional context