Damjan Cvetko

Results 297 comments of Damjan Cvetko

Same as https://github.com/zobo/php-language-server/issues/81 and https://github.com/microsoft/tolerant-php-parser/issues/413

Doubt there would be any performance gains. Do you use it with some other editor than vscode? It would probably be doable, the same way as phpactor does it. https://github.com/phpactor/phpactor/blob/master/.github/build-phar.sh...

I understand. I will try to setup a build process, when time permits.

Hi. The problem is probably all the overrides I use, since I'm not in control of composer packages... You will probably need to do something like this: ``` { "require":...

I can try to update the definitions in the language server project. It would help if you could give me some extra context on what you are trying to do.

I was working on this project today and I have to say I did not see any problems. composer/xdebug-handler is 1.4.6 phan/phan is 5.3.1

See if you can make it work with this https://github.com/zobo/vscode-php-intellisense?tab=readme-ov-file#ignore-path-on-initial-index. Not sure if it works as it should, so try different combinations and restart the IDE. Maybe `"php.files.exclude": [ "**/.history/**/*"...

If you disable vscode-php-intellisense, do the errors still show up? Just want to make sure that it's actually this extension that reports them...