phptools-docs
phptools-docs copied to clipboard
PHP Tools public content
When files in repository have so,e problems it shows twice in .php and .php.git file After that problem in .php file could be blocked by .editorconfig file But problem in...
I started with this code: ```
In below example, while typing the reduce callback, PHP Tools is not able to resolve typehints until the semicolon is placed. Though, after fixing it, it resolves and even if...
# Description Currently test explorer groups only test methods under test files for tree view. It would be nice to group test files as well, to be able to expand/collapse...
**What’s happening?** The server has been under heavy load for more than 60 minutes. I just opened one file in the project and indexing started. How to stop this? *...
When tests are separated into multiple suites, the code coverage is run per suite (so doesn't truly represent coverage for the whole test base). As far as I can see...
This is the problem reported. When I click the problem, this read only version opens with a previous copilot suggestion. This is the actual file. When I hover over the...
Sorry if this has been already addressed. Seems that [Object Interfaces](https://www.php.net/manual/en/language.oop5.interfaces.php) are not supported. The extensions show no errors, you get a **fatal error**: ```php interface I { // An...
_Suggested by user_ Hi, I’ve outlined four rules to improve code readability. I’m not yet sure how easy or difficult they'll be to implement. **rule1 – remove all spaces in...
Given this `launch.json` for vscode with multiple `pathMappings`: ~~~json { "version": "0.2.0", "configurations": [ { "name": "Listen for Xdebug", "type": "php", "request": "launch", "pathMappings": { "/app/": "${workspaceRoot}", "${workspaceRoot}": "${workspaceRoot}" },...