PhpTypeProvider2 fallback
Hi ! is there any way to return to the fallback behaviour when using PhpTypeProvider2?
Sometimes I need to return a string from my ::getType method, but if when I'm processing that inside ::getBySignature I cannot find the correct class, then PhpStorm doesn't its own type inference for that reference, so I'm ending without any code completion on that.
Thanks !!
请先登录再写评论。