Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Konstantin Ulitin
Total activity
257
Last activity
July 08, 2025 13:25
Member since
March 11, 2012 13:50
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
99
Activity overview
Articles (0)
Posts (0)
Comments (158)
Sort by recent activity
Recent activity
Votes
Created
March 07, 2013 13:25
You don't have to use TypeScript, just put this file anywhere to your project (e.g. in folder 'externs'). IDE will know about modernizr structure and will suggest relevant modernizr completion item...
Community
WebStorm
Webstorm 6 - modernizr
0 votes
Created
February 11, 2013 19:44
Also, you could select desired element in completion popup (e.g. with Down key) and press dot key.
Community
WebStorm
Javascript - code completion
0 votes
Created
February 11, 2013 12:30
Will be fixed in the next EAP. Thanks for request!Regards,Konstantin
Community
WebStorm
Typescript syntax check errors on someAnyType.someUndefinedFunction()
0 votes
Created
March 21, 2013 17:27
Hi Brad,We actually have some problems with TypeScript reference paths and import statements, but in progress of fixing them, including absolute paths. Please watch WEB-2033 to get notification whe...
Community
WebStorm
Typescript - module import paths + code hints
0 votes
Created
April 26, 2013 10:57
Hi Mike!We are trying to make our products self-explaining and intuitive:) But we have some resources with tutorials and documentation:http://wiki.jetbrains.net/intellij/#Tutorials - common Intelli...
Community
WebStorm
Webstorm basics
0 votes
Created
May 21, 2013 12:02
Hi Mark,Base field documentation must be shown only when @inheritDoc tag is specified. I've created an issue (http://youtrack.jetbrains.com/issue/WEB-7864).Thanks for reporting!
Community
WebStorm
What is the expected behavior for missing subclass JSDoc or @inheritDoc?
0 votes
Created
August 05, 2013 12:13
Hi Shawn,WebStorm supports such declarations, i.e./** @type {function(string)} */var myfunc = someMethodReturningAFunction();myfunc(1);will warn that 1 is not assignable to string. What code assist...
Community
WebStorm
how to (force) document a function type in javascript?
0 votes
Created
December 16, 2013 13:23
Label reference is expected to be updated, and it is updated for me in a simple example. What IDE version are you using?Name is not expected to be updated because changing it will make your code in...
Community
WebStorm
(js/html) Rename ID doesn't rename "label.for" neither "name"
0 votes
Created
November 06, 2015 18:01
There is no such place specifically for WebStorm, but you may refer to usejsdoc.org and google closure compiler docs, we are trying to follow them.
Community
WebStorm
How to tell WebStorm the type of "this"
0 votes
Created
February 13, 2013 19:06
Hi Mike,I couldn't think of a workaround here. We currently support only @interface tag, i.e. parameters of interface methods are not highlighted as unused. I've created two issues, please watch th...
Community
WebStorm
Suppress unused parameter for empty JavaScript method?
0 votes
«
First
‹
Previous
Next
›
Last
»