phptools-docs
phptools-docs copied to clipboard
PHP Tools public content

I have a php file called `whatever.php` in my project, whose code is this: ```
https://phpstan.org/writing-php-code/phpdocs-basics#change-type-of-current-object-after-calling-a-method
When creating tests in VS Code for Laravel using Pest (_based on PHPUnit_), the tests do not show up in the Test Explorer, nor does it have the ability for...
Add one newline between functions/methods: ```php function a() { echo ""; } function b() { echo ""; } ```
Some suggestions are not really relevant in the context of `[]` and `['']`: 
Please add support for Laravel's local query scope methods, so that Eloquent methods can be suggested after it. [Relevant link](https://laravel.com/docs/11.x/eloquent#local-scopes)
PHP extension is not suggesting array keyword, and also not it's info on hovering it.
If I lookup the references to a function, PHP tools will show me false-positives in cases where no types could be determined. Example of this is where you have mocks...
The following PHP code... ```php ``` ...is getting formatted like this... ```php ``` ...while also being highlighted like this (see line 2):  System info OS: Ubuntu...