php4fan

Results 114 comments of php4fan

> Is it happening with **any** opened .php file? Or just some? (guess you meant _many_) Only **three or four** PHP files open. A couple of them are several thousands...

It's not something that happens all the time. **It happened once** (as far as I know, I mean it could have happened more times without me noticing because I rarely...

Just happened again, and I almost missed it. This means there's a very significant chance that it has been happening from time to time without me noticing.

I now got these errors, which are slightly different from the ones reported previously: ``` [Error - 6:33:43 PM] Connection to server is erroring. Shutting down server. [Error - 6:33:43...

And of course, the issue went away after restarting VSCode 🙄

Now it's suggesting variables even **inside single-quoted strings**: ![image](https://github.com/user-attachments/assets/05f64213-5f37-453d-8a26-5ff2661e64d6) and even though I didn't type a `$` in the first place!!! If I accept the suggestion it adds the $...

> Now it's suggesting variables even inside single-quoted strings: That seems to be happening only inside of `['']`, which makes me wonder if it's more related to https://github.com/DEVSENSE/phptools-docs/issues/470

Still fails randomly half of the time ![image](https://github.com/user-attachments/assets/55cd20d5-8614-482f-b22d-06fa73ce1da9) ![image](https://github.com/user-attachments/assets/f2ee4f58-9e9e-46aa-8ebb-6984018e1857)

It seems to happen systematically if I first use the class like this: ``` public function __construct(UrlGeneratorInterface $router) { ``` and then, somewhere else, I use it like this (for...

> Where was the keyboard caret at the moment? I moved it around to several random places, I even switched back and forth between different tabs, I typed text and...