Trying to bring php custom plugin into the 21st century
已回答
Hi,
We have a custom dependency injection system that we use for PHP development, and many years ago created a custom plugin that hooked into the PhpTypeProvider and would convert our custom lines $x = Inject::SomeClass() so that $x had the SomeClass type for inspections.
Over the years we have tried to limp this plugin through various PHP upgrades but it's gotten harder and harder over time, and it might be a point at which we need to remove all the duct tape and chewing gum and start over. Is there any updated documentation on creating a custom php type provider in a plugin? Previous searches have only uncovered outdated documentation that no longer works today.
Thanks,
Tim
请先登录再写评论。
Hi,
Could you please point to the outdated documentation you mentioned? Is it https://plugins.jetbrains.com/docs/intellij/php-open-api-php-type-providers.html? It would be great if you could point out what is outdated, so we can improve it.
Also, could you please describe what problems with implementation you face?
It was most certainly not that page. That looks far more up-to-date than I have found in the past, thanks!
If I manage to run across the other page I'll post a link here.