How to add intelephense license key ? #6272
-
Hi, As intelephense has premium feature like code action, rename etc. How we can add license to intelephense .. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
This is documented in the Intelephense FAQ, which doesn't appear to be linked to from anywhere on the website but is mentioned in the email containing the key. Specifically, you can create a file |
Beta Was this translation helpful? Give feedback.
-
create licence file like https://github.com/helix-editor/helix/blob/master/book/src/languages.md#languagestoml-files create a
The file path must be a full path. editor configuration does not support environment variables such as $HOME. |
Beta Was this translation helpful? Give feedback.
This is documented in the Intelephense FAQ, which doesn't appear to be linked to from anywhere on the website but is mentioned in the email containing the key. Specifically, you can create a file
$HOME/intelephense/licence.txt
that contains your license key.