主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Tomi Po
活动总数
8
最后的活动
2021年08月30日 16:20
成员加入日期
2021年08月28日 17:03
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
1
活动概览
帖子(1)
评论(5)
按最近的活动排序
最近的活动
投票数
创建于
2021年08月30日 16:20
Submitted. https://youtrack.jetbrains.com/issue/WI-62435
社区
PhpStorm
PHPStorm Dynamic static method typehint
0 票
创建于
2021年08月29日 22:02
Thanks. I was afraid that this might be the current state of things. Shame really, it is so close. It does recognize it as a static method "::plus(..)", only the class is missing. One day, perhaps...
社区
PhpStorm
PHPStorm Dynamic static method typehint
0 票
创建于
2021年08月28日 19:11
If I only could do this: /** * * @method static int X::plus(int $int, int $int1) */X::register('plus', function($a,$b) { return $a+$b; } ); or this /** * @class X * @method static int plus(int $int...
社区
PhpStorm
PHPStorm Dynamic static method typehint
0 票
创建于
2021年08月28日 17:22
I know, I could do it like this, but that's not very dynamic. I am looking for something that could be written along with the code that actually adds the dynamic method. X is external, so I can not...
社区
PhpStorm
PHPStorm Dynamic static method typehint
0 票
创建于
2021年08月28日 17:05
Posted a bit too quickly. Currently the problem is that PhpStorm is complaining about the missing methods.
社区
PhpStorm
PHPStorm Dynamic static method typehint
0 票