Ben Mewburn

Results 153 comments of Ben Mewburn

Hello, just chiming in briefly to say intelephense is still being worked on. It's great to see that others, like me, are keen to see the project progress further. I'll...

IMO this is a bug with how mockery declares metadata. https://github.com/mockery/mockery/blob/master/.phpstorm.meta.php ```php override(\Mockery::mock(0), type(0)); ``` The type of the expression `Contract::class` is `string`. Compare this to how phpunit declares this....

There's not enough information provided to action this. Is there any errors in the output panel? Can you provide some code that reproduces the error?

@mr47leg try disabling the crash telemetry `"intelephense.telemetry.enabled": false`

The activation routine is also in the server. I'll look into this.

Thanks @haringsrob . @maxime-aknin are you still having trouble with this?

@justlevine is the 3rd party code in your open workspace folder or is it external and linked via `intelephense.environment.includePaths`?

Do you need to reload or just close/ reopen file or edit it for them to disappear?

There should be a filewatcher that detects the addition and removal of files. Does anyone have vendor files excluded in the `files.watcherExclude` setting?

I think this is a duplicate of #1776