dantleech

Results 902 comments of dantleech

no, and this is still a bug it seems (reproduced by completing constructor)

hm, probably a stale cache: ``` phpactor cache:clear ``` failing that _possibly_ ``` phpactor index:clean ``` let me know, if this is the case I'll mark it as a bug...

this _probably_ makes sense yes

hmm, this does work for me - the process is killed as expected when I sleep [here](https://github.com/phpactor/phpactor/blob/master/lib/Extension/LanguageServer/Command/DiagnosticsCommand.php). do you have xdebug enabled? If so Phpactor will restart (via. [xdebug handler](https://packagist.org/packages/composer/xdebug-handler))...

I think the resolution of that issue may be outdated, the current code does not use `passthru` but AFAICS it still does not forward signals, the linked to code for...

implemented self-testing for Diagnostics now, will add documentation generation and then look to doing the same for code actions and replace `refactoring.rst`