Dmitriy Lyubimov
- 活动总数 6
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
Dmitriy Lyubimov 创建了一个帖子, Almost perfect autocomplete for @extend
Hello, WebStorm 4.0 makes a big step forward in autocompletion for inherited methods, thank you!but some still missingcode example:function extend(Child, Parent) { var F = new Function(); F.p... -
-
-
Dmitriy Lyubimov 创建了一个帖子, WebStorm, autocomplete inherited methods
Hello, strange, but cant found how to get autocomplete of inherited methods.I have class A with some methods.And class B which extended from class A and inherits All his methods.I document that the...