I get 2 different hover results when opening files in vendor folder, some functions missing @return void or return $this will be misinterpreted as mixed.
vendor
@return void
return $this
mixed
ciricode Thank you.
Right, we handle the "vendor" folder differently (to save memory).
Will be fixed.
Fixed in the upcoming pre-release.
You may need to run VSCode command Clear vendor cache ....
Clear vendor cache ...
Thank you!
JakubMisek thanks, remaining void case:
void
ciricode thank you,
this should be fixed in the latest release and pre-release.
Try running Clear /vendor/ cache command to force it.
Clear /vendor/ cache