marlonfan / coc-phpls

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

Find implementation doesn't work #82

Open fabiosal opened 3 years ago

fabiosal commented 3 years ago

I'm using coc.vim with coc-phpls as language server extension. When I try to find implementations for an interface:

interface InvoiceInterface {}

class InvoiceFoo implements InvoiceInterface {}

using :call CocAction('jumpImplementation')

the result message is:

[coc.nvim] implementation not found