phpactor icon indicating copy to clipboard operation
phpactor copied to clipboard

Mainly a PHP Language Server with more features than you can shake a stick at

Results 331 phpactor issues
Sort by recently updated
recently updated
newest added

I'm using neovim and I have in my init.vim the line `set autochdir` , and it seems to not play nice with phpactor is it possible for phpactor to try...

Hi, I have had to keep a very old and strange legacy project for some time. It bases on Yii2, have it's non-standard autoloader and exposes some bottlenecks of phpactor...

Hello, I am not able to use phpactor as lsp for coc.nvim. In attach coc log and phpactor status, not sure what should be missing... Cheers ![Screenshot 2020-08-03 at 18...

- Do not use absolute paths? - Do not use paths at all (e.g. MD5 or partial MD5 of file path) - ... This is impressive as the vendor dir...

Hello Dan I am thinking about the nest way to have autocomplete for Magento 1 projects. It is not using composer and I see 2 ways: - Generate autoloader using...

Hi, Using `PhpactorFindReferences` returns the following error: ``` Error detected while processing function phpactor#ContextMenu[1]..phpactor#rpc[24]..phpactor#_rpc_dispatch[123]..phpactor#_rpc_dispatch_input[43]..phpactor#input#choice[30]..phpactor#_rpc_dispatch_input_handler[3]..phpactor#rpc: line 18: E605: Exception not caught: Could not parse response from Phpactor: Vim(let):E474: Unidentified byte: PHP...

Right now the very first `\` is left off of the string when calling `ClassExpand()`. The only time I try to expand a class is when it's inside a function...

enhancement

Hi, First off, thanks for this incredible tool and all the effort put in to. So, onto my question, is there a way we can configure the default visibility when...

The original reference / class finder evolved in the `class-mover` package and scans the filesystem and uses composer to resolve class FQNs and text filtering to isolate files with class...