Damjan Cvetko

Results 297 comments of Damjan Cvetko

I went back and tested this without your patch. And as it looks to me, things work as they should. This was my launch,json ```json { "debugServer": 4711, // Uncomment...

I'm reluctant to merge this, as this should be fixed by the IDEs... Perhaps try to open an issue with Cursor - they probably do a periodic sync with the...

Hi! The top right debugger icon will start the debugger on a random port and then execute the currently open PHP file as a terminal script. In a normal scenario...

The context variables (Locals, Superglobals...) are sorted, but keys in an array are not. And I would not change this as the order might be important. Perhaps we could do...

I'll revisit this as an option...

This is something that would need to be implemented on VS Code side as extensions cannot extend this.. Or at lease it would not make sense to implement this only...

Will close this as cannot be implemented here. If you open a feature request on vscode repo, link it here so we can help you with upvotes.