You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using psalm-vscode-plugin v1.2.2 with vs-code 1.52.1 (and code-server 3.8.1) and tried to get auto-complete working for phpunit 9.x (loaded as composer library). E.g. assertTrue() cannot be autocompleted from PHPUnit\Framework\TestCase -> PHPUnit\Framework\Assert.
When I type assertTrue manually, detecting invalid parameters works.
The text was updated successfully, but these errors were encountered:
I'm using psalm-vscode-plugin v1.2.2 with vs-code 1.52.1 (and code-server 3.8.1) and tried to get auto-complete working for phpunit 9.x (loaded as composer library). E.g. assertTrue() cannot be autocompleted from PHPUnit\Framework\TestCase -> PHPUnit\Framework\Assert.
When I type assertTrue manually, detecting invalid parameters works.
The text was updated successfully, but these errors were encountered: