zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
48.43k stars 2.89k forks source link

PHP INTELEPHENSE Premium support #6965

Open Tsolmonx opened 8 months ago

Tsolmonx commented 8 months ago

Check for existing issues

Language

php

Tree Sitter parser link

https://github.com/gbprod/tree-sitter-php

Language server link

https://github.com/bmewburn/intelephense-docs/tree/master

Misc notes

Does current php intelphense support is able to support premium features?

itsmewes commented 8 months ago

It seems to support the premium features for me. For example I am able to rename in my PHP code base. I have my license key set in $HOME/intelephense/licence.txt which Intelephense looks for (https://intelephense.com/faq.html)

Not sure if you have already done this, but this seems to work for me.

sohaibilyas commented 8 months ago

It seems to support the premium features for me. For example I am able to rename in my PHP code base. I have my license key set in $HOME/intelephense/licence.txt which Intelephense looks for (https://intelephense.com/faq.html)

Not sure if you have already done this, but this seems to work for me.

it's working, thanks 👍🏼

Tsolmonx commented 8 months ago

It seems to support the premium features for me. For example I am able to rename in my PHP code base. I have my license key set in $HOME/intelephense/licence.txt which Intelephense looks for (https://intelephense.com/faq.html)

Not sure if you have already done this, but this seems to work for me.

Wow thanks i was just thinking about buying intelephense since zed uses it.

Tsolmonx commented 8 months ago

It seems to support the premium features for me. For example I am able to rename in my PHP code base. I have my license key set in $HOME/intelephense/licence.txt which Intelephense looks for (https://intelephense.com/faq.html)

Not sure if you have already done this, but this seems to work for me.

hey just bought the license but code actions seems to not working in zed? but fine in vscode

vuon9 commented 8 months ago

While configuring my license, I noticed Zed lacks the 'Go to implementations', 'Find All Implementations' which is quite frustrating when working on a large code base.