phpactor
phpactor copied to clipboard
Mainly a PHP Language Server with more features than you can shake a stick at
Your [article](https://www.dantleech.com/blog/2018/11/25/phpactor-extensions/) is a nice introduction but it's a bit outdated now (because of the monorepo). I think it could be nice to get an overview of the different extensions...
Only a very early draft for now. Not sure where I'm going with this but if you have some input/suggestions, it's very welcome :blue_heart:. It seems to me at first...
I noticed that this extension will only autocomplete class names when they match case:  and when they aren't a case match, or I skip words, extension no longer provides...
I keep getting this error despite the fact that the file exists and is not new (I don't know if the indexing is somehow corrupt): ``` [Error - 9:55:40 AM]...

I've just installed phpactor using PHAR Installation. Calling "phpactor status" fails with following text: > In Process.php line 355: > > Unable to launch a new process.
I am using phpactor for a symfony project and recommended settings for the indexer are the following: ```json { "indexer.exclude_patterns": [ "/vendor/**/Tests/**/*", "/vendor/**/tests/**/*", "/vendor/composer/**/*", "/var/cache/**/*", "/**/Workspace/**/*" ], "indexer.include_patterns": [ "/var/cache/**/Symfony/Config/**/*.php",...
Return type is taken from the outer method call receiver, not the inner one:  (should be `string`)
Probably caused by refactoring of `suggestion->fqn` ```php