marlonfan / coc-phpls

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

find implementations feature #33

Closed fabiosal closed 4 years ago

fabiosal commented 4 years ago

i'm using coc.nvim with coc-phpls and when i'm trying to use the find implementation feature on a interface symbol using

nmap <silent> gi <Plug>(coc-implementation)

I receive this message

[coc.nvim] Error on 'jumpImplementation': Cannot read property 'start' of undefined

marlonfan commented 4 years ago

This is a known problem. Is to repair

marlonfan commented 4 years ago

@fabiosal upgrade to 2.1.2. current is available. but will get a error message: (intermediate value) is not iterable, in solving...

fabiosal commented 4 years ago

@marlonfan It seems that works, it finds extensions and implementations. I let you know if I find something broken