Skip to content

Intelephense premium features are not working #122

@monstaflame

Description

@monstaflame

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 :

  "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 :

Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions