phptools-docs
phptools-docs copied to clipboard
PHP Tools public content
Type: Bug I used this option to suppress the fundamentally always invalid issue "Constant from class '...' referenced through child. PHP6606" via user level settings - but it stopped to...
Problem When a class, function, or constant is pasted into a file using **copy + paste**, the extension does not recognize that an auto-import is needed — even when that...
A user reported duplicate inlay hints being rendered. Version: 1.56.16914 System: macOS  https://github.com/user-attachments/assets/00c20b6c-b2d9-4a4d-a0fd-a1ed68f25927 It may be a bug in VSCode, or we're not respecting the [inlayHintParams](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#inlayHintParams).`range` property correctly ?
 This is not true https://docs.newrelic.com/docs/apm/agents/php-agent/php-agent-api/newrelic_set_appname/ From the official documentation ``` newrelic_set_appname(string $name) newrelic_set_appname(string $name, string $license[, bool $xmit]) ``` I'm not sure why they document it as two separate...
Hi I'm not really sure why I get this error for all all the $model->id: ``` Property $id accessed via magic method. ``` Laravel Code ``` protected static function boot():...
 This function argument is never used in the function. It should be highlighted with a more dimmed color, similar (if not identical) to variables assigned but not used. I'm...
After updating to 1.56, it cause my CPU extremely high usage and high temp. And sometimes php tooltips will always showing loading, and any feature from this extension will not...
Incorrect formatting can occur when using the @php directive in certain cases. https://github.com/user-attachments/assets/a1310504-4353-4346-8c50-f6d1eb77cb26
In a Blade file, if I comment out part of a list for example, the commented block shifts one indent level further every time I save the file (I use...
Microsoft doesn't seem to have any interest in fixing VSCode's idiotic default indentation of switch/case statements: https://github.com/microsoft/vscode/issues/174667 they marked it as a feature request and closed it as not planned....