phptools-docs icon indicating copy to clipboard operation
phptools-docs copied to clipboard

PHP Tools public content

Results 180 phptools-docs issues
Sort by recently updated
recently updated
newest added

I reported this to VSCode: https://github.com/microsoft/vscode/issues/205271 They seem very confident that this is caused by an extension. I can't run an extension bisection because this is not systematically reproducible at...

Hi, I just tried vscode `marsl.vscode-php-refactoring` extension and it's really awesome. I'm pretty sure DevSense could implement it and be better without a doubt given the current devsense extension has...

Here: ![image](https://github.com/DEVSENSE/phptools-docs/assets/13969584/dff5463b-a5c2-4f67-b9db-54f9301f44d3) I'm trying to add annotations declaring the type of a (or _the_, in this case) function argument. The type I'm looking for is `\Something\Something\Transaction`, which exists (a cople...

Hey, some tools require jetbrains/phpstorm-stubs like roave-backward-compatiblity-check or phpstan. These libraries in the vendor produce errors for the projects like this one: ![image](https://github.com/DEVSENSE/phptools-docs/assets/6224096/36d9b1ef-812d-4e09-a952-2b79e4132af4) ``` /** * Divide two arbitrary precision...

It would be nice if symbols would have a `Copy reference` option on the menu: It would kinda copy Namespace + Class name. Or on methods, Namespace + Class name...

feature

On save file is not saving and hanging. After reopen file is saved. ![Screenshot 2024-02-29 104416](https://github.com/DEVSENSE/phptools-docs/assets/49201016/42eeb74a-0e74-47a6-a8da-128a776c11c9)

bug

I have a class `ChildClass` that extends `ParentClass`. `ChildClass` used to have a method `protected function someMethod()` that is called in four places from other methods in `ChildClass`. Now I...

Hello! I don't know if it's pure related to Laravel factories. But if I have two Factories with the same method name the extension get confused and shows the wrong...

Here: ![image](https://github.com/DEVSENSE/phptools-docs/assets/13969584/800a771e-b087-4a9a-ba89-bbec7ebb30b1) the constant `DIR` is not defined anywhere. And yet it is not highlighted as an error/warning. If I roll over it: ![image](https://github.com/DEVSENSE/phptools-docs/assets/13969584/77fc3d2d-22fd-4f12-a16e-39e3a5dedfe5) but that's not a function call....

I have reported this also against VSCode itself, because it does do PHP syntax highlight even without any extension, and I believe that if they do syntax highlight for any...