主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Dmitriy Lyubimov
活动总数
6
最后的活动
2024年02月01日 08:11
成员加入日期
2011年09月26日 15:14
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(2)
评论(2)
按最近的活动排序
最近的活动
投票数
创建于
2011年10月12日 08:59
/** * @constructor */function AClass() {}AClass.prototype.method = function(){};/** * @constructor * @extends AClass */function BClass() {}extend(BClass, AClass);BClass.prototype.anotherMethod = fu...
社区
WebStorm
WebStorm, autocomplete inherited methods
0 票
创建于
2011年10月15日 14:33
"intermixed"no, i want to clearly know which methods my instance realy have.and It is completly unusable even when u have about 20 classes with 10 methods.
社区
WebStorm
WebStorm, autocomplete inherited methods
0 票