marlonfan / coc-phpls

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

Upgrade intelephense to v1.9 #119

Closed rtucek closed 1 year ago

rtucek commented 1 year ago

Thank you for maintaining this awesome package!

Right now, the underlying intelephense language server is pinned towards version ~1.8. However, with the beginning of 2023, the intelephense maintainer released v1.9. Most importantly, it comes with PHP v8.2 support.

Would you mind upgrade intelephense to v1.9?

marlonfan commented 1 year ago

Ok, I will upgrade today @rtucek

lewissteele commented 1 year ago

@marlonfan Hi, I've raised a PR to upgrade intelephense to 1.9 if you could please take a look at it: https://github.com/marlonfan/coc-phpls/pull/120 Thanks :smile:

I've been using it with my vim and it works perfectly :partying_face:

marlonfan commented 1 year ago

@lewissteele Just now, the new version upgrade was completed. Thx your job.

stefanos82 commented 6 months ago

Can you upgrade it to the latest version? There's a bug with stubs and has been fixed a while ago; it cannot recognize builtin functions such as rand() and such.