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 307 phpactor issues
Sort by recently updated
recently updated
newest added

This fixes part of #1802. With this little patch this is now recognized: ```php

PHPStorm stubs are indexed in each project, it would be convenient to have them shared (and so the ability to merge indexes)

enhancement

```php

enhancement
waiting for input

When using "import all unresolved names" on this class: ```php

![image](https://user-images.githubusercontent.com/11404453/182904073-b2d1a4e0-b6f5-4ac3-9b46-9de5c143a3ae.png) Maybe to fix with the logic similar to #1838.

enhancement

Currently docblock annotations are resolved in unexpected ways: - The first `@return` is always used regardless - IF there are multiple `@phpstan-property` annotations or `@psalm-var` annotations they will be used...

bug
problem

When using `Import all unresolved names` on this file: ```php

In VSCode when opening a new file and typing int before saving it it produces the following error: ``` [Error - 7:30:09 AM] Request textDocument/codeAction failed. Message: Exception [Phpactor\TextDocument\Exception\InvalidUriException] Only...