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
September 11, 2012 16:31
Hi Mehmet,Yes, you can install and use IDE on two computers, but they can't be run at the same time.
Community
PhpStorm
Can I use my personal licence for my two computers
0 votes
Created
November 07, 2012 15:31
Please try//noinspection all
Community
PhpStorm
Is there a "supress all checking" annotation?
0 votes
Created
November 07, 2012 10:41
Hi Bruce.You could inline exports definition, i.e. /** @param {!string} s */exports.foo = function(s) {}And I thought JSDoc will help here, but it doesn't:). I've created an issue, please watch it...
Community
PhpStorm
Using inspections with require.js
0 votes
Created
February 20, 2013 12:23
Hi Daniel,I can't say why it is broken. Please check that desired libraries are enabled in Settings | JavaScript | Libraries. Does intellisense work in JavaScript file?Regards,Konstantin
Community
PhpStorm
Intellisense menu does not show all members
0 votes
Created
February 20, 2013 13:25
Looks like it is known bug. Please look at http://youtrack.jetbrains.com/issue/WEB-1089 and vote for it if you want to receive notification when it is fixed.Still don't understand why class members...
Community
PhpStorm
Intellisense menu does not show all members
0 votes
Created
March 04, 2013 12:16
Hello,You should use @extends tag where inheritance is not recornized, e.g.var A = function() {} /** @extends A */ var B = A.extend("GameScene", {}); /** @param {A} x */ function f(x) {} f(new B...
Community
PhpStorm
Argument type is not assignable to parameter type when passing child
0 votes
Created
March 19, 2013 16:31
Hi, you could create a JavaScript library and add there stub file from Google Closure library. Please write here if you encounter any troubles.Konstantin
Community
PhpStorm
Google API
0 votes
Created
September 05, 2013 08:31
Hi Alexandru,Could you please point where such declaration is used in nodejs? Normally, you should use @typedef instead of @type in this case on the first line. (see https://developers.google.com/c...
Community
PhpStorm
Return expression type is not assignable to type.
0 votes
Created
April 16, 2012 15:35
Michael, this seems to work for me, even for items defined in not "src" referenced files:) Try "Invalidate Caches..." from File menu.Another case is when item is defined in php or html file, and us...
Community
PhpStorm
Unresovled Variable and Functions
0 votes
Created
June 18, 2012 12:36
Hi, Mikhail.If I correctly understand you, record types syntax in google closure compiler is what you want, but WebStorm 4 does not support it. It will be included in 5th version and nearest EAP. A...
Community
PhpStorm
js: how to document object param in function?
0 votes
«
First
‹
Previous
Next
›
Last
»