php4fan

Results 198 comments of php4fan
trafficstars

> This issue has been automatically marked as stale because it has not had recent activity in the last 90 days. It will be closed in 7 days. Thank you...

When will you shut down this stupid bot? To close an issue _because_ no progress has been made in fixing it is completely idiotic.

And again. BTW is this crap still being maintained?

I have just observed this in the Arduino IDE: ![image](https://github.com/arduino/arduino-ide/assets/13969584/dff3ff65-b319-445d-b747-eeb4b88fb180) As you can see I mistyped `picChar` (there's no such variable, this would cause a compile error) instead of `pixChar`...

I wonder if this is another case of the same issue: ![image](https://github.com/DEVSENSE/phptools-docs/assets/13969584/d26563be-47f3-4aa7-92d9-40af228ed003) Here, I played a bit with the code to test variations of it, I added and deleted stuff,...

> We'll be working on more tolerant parser in the future. I don't know whether this is extremely difficult to achieve or if you are underestimating the importance of the...

> More detailed information is in "PHP Language Server" output. And there, too, the "PHP Tools Server started" log lacks a timestamp (one can usually infer at least an approximate...

> as said, we can add some timestamps to it. That would be great. > The language starts immediately after opening a folder/workspace in vscode Perhaps I should have emphasized...

And now I am editing a file that I know has a bunch of errors (such as calls to undefined functions) and they are not showing up in the "Problems"...