phptools-docs
phptools-docs copied to clipboard
PHP Tools public content
Inside Attributes, the extension add a space at the start **when using named arguments**. I didn't find a specific configuration to enable/disable this in `PHP>Formatting (Spacing)`. And the others are...
I will address some syntax highlighting problems ### `@class()` directive:  The class colors are mess up.  In some cases, `@class()` is recognized to expect an array, but, after...
```php
Hello, I have the DEVSENSE PHP Vscode extension version v1.45.15272 installed and am using the "Launch built-in server" debug configuration to debug my PHP web app in VSCode. My app...
Version: 1.45.15382 (pre-release) When formatting a simple blade file (with some components and Livewire component even, the file is formatted without problems.  But when formatting a file with more...
 .vscode\extensions\devsense.phptools-vscode-1.46.15395-win32-x64\out\server\devsense.php.ls failed. vscode: 1.85.2 php Extension: v1.46.15395
I know this will be extremely difficult to reproduce, but it's certainly a bug and needs to be reported nevertheless. I don't know how to reproduce but here's what happened....
Hi. Why when I use assignment to array by just created variable Devsense reports me PHP0421 warning? Variable will be used in next code line. 
I want to use the PHP language server with another editor like https://zed.dev/ . It would be nice if there were some kind of place where the language server can...
I have kinda this code: I want to now that I can open quick fix and say `Create method`, which creates a new method below this method. Really cool would...