coc-phpls icon indicating copy to clipboard operation
coc-phpls copied to clipboard

Find implementation doesn't work

Open fabiosal opened this issue 4 years ago • 0 comments

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

fabiosal avatar Nov 20 '20 13:11 fabiosal