SanderRonde / phpstan-vscode

PHPStan plugin for VSCode
https://marketplace.visualstudio.com/items?itemName=SanderRonde.phpstan-vscode
MIT License
43 stars 8 forks source link

The type of variable is not shown when hovering since v3.1.3 #77

Closed abcang closed 4 months ago

abcang commented 4 months ago

It worked fine until v3.1.2. However, since v3.1.3, it stays in the reading state forever even when hovering.

The output of the PHPStan Language Server was as follows.

[file-watcher] Checking: Hover action

I am using Single File Mode and have not tested the behavior when Single File Mode is disabled.

lkrms commented 4 months ago

I can confirm the behaviour is the same with Single File Mode disabled. Downgrading to v3.1.2 restores PHPStan output on hover immediately.

(And I have to say, this is a killer feature! Thank you so much for your work on this excellent extension, @SanderRonde 🙏🏻)

SanderRonde commented 4 months ago

Thanks for the report, found the issue and fixed it :) Should be live in version 3.1.6 in a few mins