dantleech

Results 959 comments of dantleech

> Though performance is not an issue for phpactor. It can be in some cases (as parsing / reflection is done in real time, with huge classes it's can be...

This is a Phpactor issue. It is not related to ncm-phpactor (this is just an integration with the completion manager). Phpactor doesn't support built-in functions at this time.

Phpactor currently depends on composer being used (and the `autoloader.php` file being present). But, it would be possible to avoid this. Please raise an issue in https://github.com/phpactor/phpactor however.

Well, we _could_ do a `var_export($arg, true)` to show arrays, but I think it would be better to just show the type of non-scalar values - or limit it to...

Changed the file to use tabs instead of spaces for indentation (as with the rest of the code).

if you think this is good, it would be great if it could be merged, I want to use it in the next release of the PHPCR shell: https://github.com/phpcr/phpcr-shell/pull/56 otherwise...