phpactor
phpactor copied to clipboard
Mainly a PHP Language Server with more features than you can shake a stick at
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)
When using "import all unresolved names" on this class: ```php
 Maybe to fix with the logic similar to #1838.
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...
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...