主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Konstantin Ulitin
活动总数
257
最后的活动
2025年07月08日 13:25
成员加入日期
2012年03月11日 13:50
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
99
活动概览
文章(0)
帖子(0)
评论(158)
按最近的活动排序
最近的活动
投票数
创建于
2012年09月11日 16:31
Hi Mehmet,Yes, you can install and use IDE on two computers, but they can't be run at the same time.
社区
PhpStorm
Can I use my personal licence for my two computers
0 票
创建于
2012年11月07日 15:31
Please try//noinspection all
社区
PhpStorm
Is there a "supress all checking" annotation?
0 票
创建于
2012年11月07日 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...
社区
PhpStorm
Using inspections with require.js
0 票
创建于
2013年02月20日 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
社区
PhpStorm
Intellisense menu does not show all members
0 票
创建于
2013年02月20日 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...
社区
PhpStorm
Intellisense menu does not show all members
0 票
创建于
2013年03月04日 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...
社区
PhpStorm
Argument type is not assignable to parameter type when passing child
0 票
创建于
2013年03月19日 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
社区
PhpStorm
Google API
0 票
创建于
2013年09月05日 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...
社区
PhpStorm
Return expression type is not assignable to type.
0 票
创建于
2012年04月16日 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...
社区
PhpStorm
Unresovled Variable and Functions
0 票
创建于
2012年06月18日 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...
社区
PhpStorm
js: how to document object param in function?
0 票
«
第一页
‹
上一页
下一页
›
最后
»