marlonfan / coc-phpls

🐭 php language server for coc.nvim
MIT License
212 stars 16 forks source link

Expand class names to FQN #75

Open alalfakawma opened 3 years ago

alalfakawma commented 3 years ago

Hello, is there a way to expand the class name to the fully qualified name? Eg. \App\Models\User. Or \Illuminate\Http\Request? I would love to know if this is possible using this extension?

P.s. Thank you for the amazing work on this extension.