dantleech
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:  But I also don't the documentation either, so maybe it is a config issue?
hm, does it happen also with other language servers?