Hello, Intelephense [premium features](https://intelephense.com/) are not working. I take code actions as an example here. When I press `CTRL-.`, nothing is displayed. If I right click -> show code actions -> nothing is displayed. https://github.com/user-attachments/assets/ba0e702b-958a-4b43-8110-ac84a78a0e23 Intelephense free features are working (code completion and goto definition for example). No errors are shown in the logs. My `settings.json` : ```jsonc "languages": { "PHP": { "language_servers": ["intelephense", "!phpactor", "!phptools"], }, }, "lsp": { "intelephense": { "initialization_options": { "licenceKey": "~/intelephense/licence.txt" } } }, ``` `licence.txt`'s rights : `-rw-r--r-- myuser myuser` LSP status : <img width="445" height="127" alt="Image" src="https://github.com/user-attachments/assets/ca50da89-0625-4982-bc45-cd0c19ebbaf9" /> OS : Arch Linux 7.0.6-arch1-1 Intelephense premium, v.1.18.2. Zed 1.2.3 Version: 1.2.3+stable I also have a PC on Windows, it doesn't work either. Thanks
Hello,
Intelephense premium features are not working.
I take code actions as an example here. When I press
CTRL-., nothing is displayed. If I right click -> show code actions -> nothing is displayed.video.mp4
Intelephense free features are working (code completion and goto definition for example).
No errors are shown in the logs.
My
settings.json:licence.txt's rights :-rw-r--r-- myuser myuserLSP status :
OS : Arch Linux 7.0.6-arch1-1
Intelephense premium, v.1.18.2.
Zed 1.2.3 Version: 1.2.3+stable
I also have a PC on Windows, it doesn't work either.
Thanks