phptools-docs
phptools-docs copied to clipboard
PHP Tools public content
Please, see bug description here: https://github.com/microsoft/vscode/issues/194299
Dear development team, First of all, I'd like to say that your PHP Tools are truly amazing! However, I noticed that the second parameter of the http_build_query function does not...
As pointed out by @still-dreaming-1 in #384 it would be useful to remove trailing comma in certain situations where it doesn't serve any purpose. 1. single line statement - which...
Holy RAM
I guess this is why it's so slow. Why is this service taking up so much memory?! 
Using the refactor rename feature on a parameter name does renames it in most places, but not for callers using the [named argument](https://www.php.net/manual/en/functions.arguments.php#functions.named-arguments) of that parameter. Even though I make...
Option to create property when it does not exist. I hope you can add it within the option where it displays the message: "No quick fixes available" 
"$deal = null" variable not nullable -> problem(red color) not showing 
Description: If annotation class is not fully imported (does not contain namespace parts), everything works and processed correctly and LSP knows that annotation represents specific class. If annotation class is...
Hello, You've previously mentioned that it would be possible to add a strictness setting when it comes to reporting code errors (https://github.com/DEVSENSE/phptools-docs/issues/348). Is this on the roadmap? Thanks!
Hi all. I maintain [vscode-php-debug](https://github.com/xdebug/vscode-php-debug) and occasionally get issues, where it turns out users have installed both extensions and end up using the debugger implementation from this extension. Since both...