Premium intelephense features not working with key
See original GitHub issuePremium intelephense features are resulting in provider not found for current document
when using intelephense version 1.3.2.
The key is my only config setting
{
"intelephense.licenceKey": "[key is here]"
}
The features are working in vscode, so I know it’s no the licence key itself.
Here is my :CocInfo
## versions
vim version: NVIM v0.4.3
node version: v10.15.3
coc.nvim version: 0.0.74-d83536aa4e
term: xterm
platform: linux
## Messages[coc.nvim] Rename provider not found for current document
[coc.nvim] Type definition provider not found for current document
[coc.nvim] Implementation provider not found for current document
## Output channel: phpls
[Info - 1:35:58 PM] Initialising intelephense 1.3.2
[Info - 1:35:58 PM] Reading state from /home/derek/.config/coc/extensions/coc-phpls-data/1938e530.
[Info - 1:35:59 PM] Initialised in 1375 ms
[Info - 1:35:59 PM] Intelephense 1.2.3
I am using version 2.1.2 of coc-phpls according to ~/.config/coc/extensions/node_modules/coc-phpls/package.json
.
Issue Analytics
- State:
- Created 4 years ago
- Comments:26 (11 by maintainers)
Top Results From Across the Web
Intelephense
Professional PHP tooling for any Language Server Protocol capable editor. Intelephense is a high performance, cross platform PHP language server adhering to ...
Read more >VSCode PHP Intelephense doesn't detect my libraries
I've installed the VSCode PHP Intelephense extension and configured it according to its description. But, as I've said, I only get completion ...
Read more >Have you got feedback on INTELEPHENSE paid license?
Got a license after few months of free usage. Rename, go to implementations, go to type declarations, and code actions are all handy....
Read more >License Agreement | Visual Studio Marketplace
LICENCE KEYS a) Purchase of a Licence Key grants a single end user access and use of all current and future Premium Features...
Read more >PHP (intelephense) - LSP Mode - LSP support for Emacs
Enter your intelephense licence key here to access premium features. lsp-intelephense-multi-root #. Type: boolean. Default: t. Flag to control if ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@cprn fixed
@Norbytus maybe it has cached folder, you can use coc command
intelephense.index.workspace
to refresh it.