dantleech
dantleech
reindexing helps sometimes but not all the time
Will be fixed in https://github.com/phpactor/phpactor/pull/1863
> The entire document is parsed for references: this would also help mitigate issues with out-of-sync indexes tried this in #1703 but it is more inefficient (10 seconds to walk...
That's strange - it works for me on current `master`. I'm hoping to release a new `master` version in the next weeks, so if it works on `develop` it will...
If you have CoC then you can use the Phpactor Language Server (via. [coc-phpactor](https://github.com/phpactor/coc-phpactor)) - which provides a much better auto-import than the VIM plugin
RPC and LSP are indeed separate in this case, but the auto-import works for me. Maybe check to see if you have another LS running, or duplicate suggestions.
So, for example, `composer.json` is in `/project/composer.json`? > Is GitFilesystem used to some other action than copying classes? It's used for: - Moving classes - Auto-complete for classes - Possibly...
hmm, ok so the issue is with magic by design libraries like Prophecy. Ideally we would have a Prophecy extension, but implementing this is non-trivial atm. Maybe an option to...
It is now possible to prioritize completions: https://github.com/phpactor/completion/pull/42
it's a class member, class memberes can be prioritised