coc-phpls
coc-phpls copied to clipboard
Find implementation doesn't work
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