Vladislav Kosev

Results 55 issues of Vladislav Kosev

When terminal is not in the same place as the output window (e.g. on the right), it is really annoying to have the output window popping up from the bottom...

## Repro 1. Add some argument in config, e.g. ```json "phpunit.args": [ "--testdox" ], ``` 2. Run a test The command is: `Executing task: /some/path/vendor/bin/phpunit' --testdox --colors=always '/some/path'` 3. Execute...

Sorry about the title, but I am not able to describe this in one sentence more eloquently. `Phpactor` seems to be constantly busy resolving stuff (the log keeps showing "Resolving...")...

vscode

``` [Error - 12:04:07 PM] Request textDocument/codeAction failed. Message: Exception [Error] Call to undefined method Phpactor\WorseReflection\Core\Type\EnumBackedCaseType::members() at /root/.shared_extensions/phpactor2/lib/WorseReflection/Core/Inference/Resolver/MemberAccess/NodeContextFromMemberAccess.php#160 Code: -32603 #0 /root/.shared_extensions/phpactor2/lib/WorseReflection/Core/Inference/Resolver/MemberAccess/NodeContextFromMemberAccess.php(103): Phpactor\WorseReflection\Core\Inference\Resolver\MemberAccess\NodeContextFromMemberAccess->resolveContainerMemberType(Object(Phpactor\WorseReflection\Core\Inference\NodeContextResolver), Object(Phpactor\WorseReflection\Core\Inference\Frame), Object(Microsoft\PhpParser\Node\Expression\MemberAccessExpression), Object(Phpactor\WorseReflection\Core\Type\EnumBackedCaseType), 'property', 'value') #1 /root/.shared_extensions/phpactor2/lib/WorseReflection/Core/Inference/Resolver/MemberAccessExpressionResolver.php(28):...

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

Can I tell the indexer to look for symbols in file outside these ``` %project_id%: app-5a620c %project_root%: /var/www/iis/app %cache%: /root/.cache/phpactor %config%: /root/.config/phpactor %data%: /root/.local/share/phpactor %application_root%: /root/.shared_extensions/phpactor3 %project_config%: /var/www/iis/app/.phpactor ``` The...

question

The same code was in a class and worked no problem. Moved it in a trait and there you go.

Is this supposed to be picked up by phpactor or am I doing it wrong?

feature