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

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: ![image](https://github.com/phpactor/vscode-phpactor/assets/43072246/a8ec033f-61ba-4482-89af-3a9d3ad69fd9) and when they aren't a case match, or I skip words, extension no longer provides...

feature

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]...

![image](https://github.com/phpactor/phpactor/assets/11404453/d528d6ff-d49a-4b83-ae11-1fc3b759a54f)

enhancement

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.

bug

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: ![image](https://github.com/phpactor/phpactor/assets/530801/a9037034-53cd-4644-8e2d-c48a629169d7) (should be `string`)

Probably caused by refactoring of `suggestion->fqn` ```php