https://github.com/zored/phpstorm-meta
https://github.com/zored/phpstorm-meta
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zored/phpstorm-meta
- Owner: zored
- Created: 2017-03-05T12:35:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-18T14:25:25.000Z (about 9 years ago)
- Last Synced: 2025-11-30T09:51:09.329Z (6 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHPStorm meta
## Setup
- Clone this repo and open it in PhpStorm.
- Rename `.phpstorm.meta.php*` files. There are old file version. And new folder version. Also these files are in project root directory and in subdirectory called `sub` — to check that one file extends another.
- Run PhpStorm action: `Invalidate Caches / Restart`, then click `Invalidate and Restart`.
## My observations about `.phpstorm.meta.php`
- Autocompletion is broken when root format is not the same with subfolder format (for example, file `/.phpstorm.meta.php` and folder `/sub/.phpstorm.meta.php/` with `locators.php` and vice versa).
- When format is the same then configurations extend each other. So definitions from root `/.phpstorm.meta.php` will sum up with `/sub/.phpstorm.meta.php`.