Replies: 1 comment
-
|
Ok, after some more digging I found the solution. It turned out that it would not suffice to add the "redis" stub. I had to give the entire array, packaged in another array; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Ok, this is a beginner question, so please bear over with me.
I have everything setup and running. The plugin works as it should and it has some sensible default for my projects.
When I look at my stubs for intelephense (php lsp) then I can see a list of stubs
and if I try to use one of the listed stubs, then the autocomplete and suggestions work just fine (PDO being the example here).
Now I would want to add Redis to that list of stubs, but how do I do that?
I have tried to simply add it like this, but that did not work.
Any help would be appriciated.
Beta Was this translation helpful? Give feedback.
All reactions