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
May 16, 2012 10:47
Hello, Gary,Sorry for the late response.Currently there is no such option in configuration, but you can explicitly annotate your factory function with return type Object, something like this:/** * ...
Community
WebStorm
I just upgraded to phpStorm 4 and javascript code complete has gotten worse
0 votes
Created
June 21, 2012 10:05
Javascript completion tried to become smarter in 4.0 and it suggests only relevant options. But eventually it is not smart enough is some complex cases, i.e in yours. I don't know how to workaround...
Community
WebStorm
I just upgraded to phpStorm 4 and javascript code complete has gotten worse
0 votes
Created
November 20, 2012 07:56
Yes, we do not support built-in compilation yet.Regards,Konstantin
Community
WebStorm
Typescript seems to work fine - but how do I compile ?
0 votes
Created
November 06, 2012 12:24
We've changed autocompletion behavior, please take a look at IDEA-89279. Middle matching still can occur, but results are ranked in another way.
Community
WebStorm
confusing javascript code completion
0 votes
Created
November 02, 2012 18:39
Hi Bruce.You should reverse order of name and type in @param tag, e.g./**** @param {!Object} a* @return {number}*/
Community
WebStorm
I can't get Closure Annotations to work in a Node.js project
0 votes
Created
November 06, 2012 12:01
You should enable inspection JavaScript | JavaScript validity issues | Functions with inconsistent returns, which is in Inspection-JS plugin.Slight JSDoc consistency check is performed by JavaScrip...
Community
WebStorm
I can't get Closure Annotations to work in a Node.js project
0 votes
Created
October 15, 2012 11:21
Hi, Roman. I've created an issue. As a workaround now you can annotate constructor with @name tag, i.e./** * @param {Number} value * @constructor * @name Class */ function C...
Community
WebStorm
PS-121.322: jsdoc question
0 votes
Created
May 04, 2012 14:41
Hello, Sebastian. Thanks for kind words! Completion work as expected(i.e. show only variable properties which is actually belongs to it) when engine knows "class" of the variable before dot. It is ...
Community
WebStorm
How to create Javascript API Stubs to get the best out of JS code completion
0 votes
Created
December 03, 2012 13:36
Please provide your code example where @property works not as expected. Example from jsdoc specification works for me, at least for completion:/** * @class * @property {number} id The id of the per...
Community
WebStorm
WebStorm detects @type but not @property
0 votes
Created
December 11, 2012 13:45
Hi Alexandre,Didn't scope selector appears for you when you are trying to extract method? I've created a screencast which shows how it should work.Automatic duplicates search and adding "prototype"...
Community
WebStorm
javascript extract method adds method inside a prototype definition?
0 votes
«
First
‹
Previous
Next
›
Last
»