Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Dmitriy Lyubimov
Total activity
6
Last activity
February 01, 2024 08:11
Member since
September 26, 2011 15:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (2)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
October 12, 2011 08:59
/** * @constructor */function AClass() {}AClass.prototype.method = function(){};/** * @constructor * @extends AClass */function BClass() {}extend(BClass, AClass);BClass.prototype.anotherMethod = fu...
Community
WebStorm
WebStorm, autocomplete inherited methods
0 votes
Created
October 15, 2011 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.
Community
WebStorm
WebStorm, autocomplete inherited methods
0 votes