dantleech

Results 902 comments of dantleech

For what it's worth, I switched to using Ale which supports Phpstan OOTB: https://github.com/w0rp/ale (works best with phpstan installed globally)

At a very crude level you could remove the LanguageServerCompletionExtension: https://github.com/phpactor/phpactor/blob/21d1a70d8a8cc6b455d5c56646dc74f99f1bd03d/lib/Phpactor.php#L133 But currently there is no way to do this with configuration

Can you elaborate? How is this relating to the coc-phpactor extension? or how would it be useful?

Agree increased verbosity can be useful for seeing the stack trace etc, so happy to include a verbosity setting. But Phpactor would show the error at least when it crasehs....

`develop` improves that a bit - it now shows how much memory is being consumed in the indexing progress notification.

Also if the kernel is killing the process, there's nothing interesting to see

oh maybe - I've just been seeing lots of `Process killed` kernel messages recently due to memory :smile:

hm, strange. for the first see https://phpactor.readthedocs.io/en/master/lsp/vim.html#two-dollars-on-variables although that would not have been caused by that PR - and AFAIK I don't need this in my config. For the second...

testing with CoC - I get neither the `$$` or the other issue: ![image](https://user-images.githubusercontent.com/530801/180844354-020be4e0-9bd7-4d88-bbe8-7aed069c6f73.png) But I also don't the documentation either, so maybe it is a config issue?

hm, does it happen also with other language servers?