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

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: ![image](https://github.com/DEVSENSE/phptools-docs/assets/441455/98bc2206-11a5-439d-88c0-2b4fc96d70d9) The class colors are mess up. ![image](https://github.com/DEVSENSE/phptools-docs/assets/441455/6a6ca761-f814-444e-b23a-19b4a89f531f) In some cases, `@class()` is recognized to expect an array, but, after...

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. ![image](https://github.com/DEVSENSE/phptools-docs/assets/441455/04ac4439-b97d-4c7c-873a-dd11809d8daf) But when formatting a file with more...

bug

![image](https://github.com/DEVSENSE/phptools-docs/assets/11732611/0b6f1799-25c1-4bd4-8a98-b36b28ce4545) .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. ![image](https://github.com/DEVSENSE/phptools-docs/assets/138874300/5b748467-9e60-43a2-b6eb-13c010e232cb)

bug

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

feature
question

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