php4fan
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**:  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  
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...