phptools-docs
                                
                                
                                
                                    phptools-docs copied to clipboard
                            
                            
                            
                        PHP Tools public content
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:  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:  ``` /** * 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...
On save file is not saving and hanging. After reopen file is saved. 
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:  the constant `DIR` is not defined anywhere. And yet it is not highlighted as an error/warning. If I roll over it:  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...