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

Here is the code: ```php trait A { abstract protected static function T(); } trait B { use A #[Override] protected static function T() { echo 'T'; } } class...

Hello there! I would like to suggest navigation to file by Laravel functions like: `asset()` `secure_asset()` `public_path()` `storage_path()` When parameter **_path_** is informed. Also, navigation to files informed in **_@vite_**...

feature

I use this extension (free version) for all my open php projects. One day ago I got an issue, my CPU was 100% workload. When I opened the Task Manager...

bug

Hello. Thanks for this extension. I have some PHP files with more than 6k lines and noticed that the formatting is not working on them. Not only the one on...

bug

Hello there! I would like to suggest navigation to Overrited Methods & Variables in Classes. Actually this worked for me one time, and never worked again (or maybe I was...

I know I'm being too picky, but, could you please change the colors in the docblock so it's easier to know it is a class and/or method? Thank you. _Originally...

Hi, I initially switched to devsense from intelephense due to [memory issues with the latter](https://github.com/bmewburn/vscode-intelephense/issues/2882), and at first it was behaving well, but now it's using up a lot of...

Type: Feature Request Encountered a situation where currently exposed XDebug interface makes it impossible to use. Situation: code i debug, using breakpoints, executes other php scripts that touch the same...

Maybe a false positive in this case: https://github.com/symfony/framework-bundle/blob/1d616d762905091e798d64c53ffe3840ccfc3d89/Kernel/MicroKernelTrait.php#L181