bmewburn / vscode-intelephense

PHP intellisense for Visual Studio Code
https://intelephense.com
Other
1.61k stars 94 forks source link

Intelephense stops giving hints when hover on methods without no reason #2904

Closed author-spirit closed 3 months ago

author-spirit commented 3 months ago

Describe the bug On hover of methods/classes or constants the intelephense stops displaying hints and parameters info, this issues keep appearing for more than 3 months, I disabled all extensions are tried still is happening. Root cause is unknown. I had to reload window then works

To Reproduce Work for sometime in PHP, make intentional error and leave it for some couple of minutes, now hover on function, it fails to detect and shows

Expected behavior Display the method info when hovered.

Platform and version Ubuntu 22, Intelephense v1.10.4

bmewburn commented 3 months ago

Are there any errors in the output tab?

author-spirit commented 3 months ago

No @bmewburn I tried multiple times looking into output tabs/error files to find out any errors making it halt, couldn't find anything related. It mainly happens when there is syntax error in the file, later it won't recover, on hover it stays forever in loading until I reload the window.

I disabled all other extensions to reproducing this issue, as of now no issues. INFO: Currently I have only enabled php intelephense and gitlens with latest vscode v1.90.1

bmewburn commented 3 months ago

@author-spirit does the 1.11 Pre-release resolve your issue?

bmewburn commented 3 months ago

I disabled all other extensions to reproducing this issue, as of now no issues.

I'll close this, as my understanding is that it is working now and it is caused when used with another extension. If you find the extension that causes intelephense to stop working please open a new ticket with the details of the extension.