php-github-api
php-github-api copied to clipboard
feat: Code completion
Feature:
- PhpStorm improve code completion
Closes #1092
@haridarshan thanks for the PR! I'm thinking if we could have a script to generate this file based on the current code, this way we can generate it on each release and users contributing to this package don't need to add the new endpoints to mulitple files. This would avoid releasing new versions with outdated meta files
What do you think?
@acrobat I think that will be much better instead of manually updating this file. I will try to work on creating the script for the same.
@acrobat Please go through the script once and let me know the changes. Once finalized, we can set GHA to run this script and auto-generate/update .phpstorm.meta.php file
What do you mean @GrahamCampbell? Any specifics or the whole PR?