bilogic
bilogic
```JSON { "$schema": "/home/user/.local/share/code-server/extensions/phpactor.vscode-phpactor-1.7.5-universal/vendor/phpactor/phpactor/phpactor.schema.json", "worse_reflection.additive_stubs": [ "./stubs/Filament/Panel.php" ], "indexer.include_patterns": [ "/app/**/*.php", "/ours/**/*.php", "/tests/**/*.php", "/vendor/**/*.php" ], "language_server_phpstan.enabled": false } ``` I tested not overlapping, now I lost my `additive` comments
- Actual PHP class https://github.com/filamentphp/filament/blob/4.x/packages/panels/src/Panel.php - my stub ```PHP
1. I tried renaming to stub and all, still not working for me, I'm not using a big project and it has to index 55050 files 2. Does `/vendor/**/*.php` have...
> Absolute and relative paths should work. Is `"/app/**/*.php"` a relative path? If yes, then how does an absolute path look? Otherwise I get it. > If you use my...
Mine is pulled in by vscode-phpactor on openvsx, dated 3rd Nov 2025, how do I tell the version of phpactor?
Absolute paths are referenced to the filesystem, while relative paths will usually start from where the `.phpactor.json` is, using any other definition will be confusing :) So if `/app/Test.php` is...
I'm seeing 2025.10.17 which matches the latest release of phpactor
1. Looking at your screenshots, are you using VSCode, aka vscode-phpactor? Or something else? 2. Is there a way to dump out what phpactor indexed? It's probably the easiest way...
`Phpactor\MapResolver\InvalidMap: Key(s) "worse_reflection.additive_stubs" are not known, known keys:...` `worse_reflection.additive_stubs` is not a known key?
I tried to manually update my VSCode's vendor folder, but was still getting the same results. Please let me know when it reaches production. Thank you.