phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

PHP Tools public content

Results 215 phptools-docs issues
Sort by recently updated
recently updated
newest added

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...

I guess this is why it's so slow. Why is this service taking up so much memory?! ![image](https://user-images.githubusercontent.com/764664/220036471-42b1e9c2-93f5-4da1-96df-f630ce69796f.png)

bug

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...

bug

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" ![image](https://github.com/DEVSENSE/phptools-docs/assets/17412763/815027d8-4300-4b89-a9e7-93889f6e0dad)

"$deal = null" variable not nullable -> problem(red color) not showing ![image](https://github.com/DEVSENSE/phptools-docs/assets/47591259/fb2c40a9-3182-43cd-bd4a-48119e5efb6f)

feature

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...

feature

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...