Adam Hartz
Adam Hartz
The codebase is a Laravel 5.4 project (on php 5.6... yes, post-EOL is painful) in a private repo. I thought for some reason that `maxfuncdepth` was something from phpcomplete.vim, but...
Thank you for your work on this. The good news is that it DOES terminate instead of hanging, but it didn't spit out any file names in the messages; it...
I found where you left `echom files_classes_loaded` commented out and uncommented it. From the files in the list, I can see that it mentions all of the files relevant to...
OK, so with that, I can see that it is the traits that are mentioned in the `:messages` output. I am getting search results on a completion from `$this->`, but...
I just noticed some oddities in the search results on the type-hinted class scenario: ~~although it did not return any results from the type-hinted class, it attributed one function from...