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

Is there a way to ignore a block of code that I don't format, as the Laravel Blade formatter extension does? For example: Disabling format in file To disable formatting...

✌🏻 “go to definition” goes to the first definition, not the actual one. That is, if you declare a variable in one place and then redefine it in another local...

In below example, if we don't typhint the return of the function, php tools can not actually resolve the related model. I'm not sure if this is a bug or...

Is there a way to disable this error? I don't like to follow the PSR-4 (despite being the standard)

@jakubmisek I am using version 1.59.17706. I have a PHP script that contains html page related code and embedded PHP code. I notice that the extension does not give an...

> Almost all errors I encountered in blade files, happened inside a livewire component. > A example of a file that I can't format: > > [livewire-switch-account-component.blade.php](https://github.com/user-attachments/files/21018953/livewire-switch-account-component.blade.php.zip) > > I...

I'm not quite sure why, but most of the times phptools does imports as: It is even makes it hard to catch because when you have a file longer than...

After updating to v1.99.3, the AI extension isn't working and not showing suggestions. I don't know the reason since VS Code isn't showing an error or sometihng. Before the update,...

I am using HyperF and its [ORM](https://hyperf.wiki/3.0/#/en/db/quick-start) is based on Eloquent. This is my model definition: ``` class CpsInstance extends AbstractProductInstance implements HourlyPostPaidProductInstance { public function instance() { return $this->morphOne(Instance::class,...