Dmitriy Lyubimov
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Dmitriy Lyubimov created a post, 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 created a post, 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...