Open PianistaMichal opened 7 months ago
In case anyone would have similar issue. I found solution. Just install globally or locally. Whatever You prefer this package:
composer global require JetBrains/phpstorm-stubs
And then in .phpactor.json add:
"worse_reflection.stub_dir": "~/.composer/vendor/jetbrains/phpstorm-stubs",
I guess this is a general issue with the phar, I guess using the phar:// scheme with the original file path would also work
I installed library from markeplace on vscode and I have trouble with this extension. Vscode version: Version: 1.86.0, vscode-phpactor version: 1.3.0 I am getting this error when hovering on some build-in php functions. For example on hovering on:
Will throw this error:
Hovering on exception in this code:
class InvalidDataException extends Exception
will throw this exception:On dumping configuration I see this:
How to fix this?