主页
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年05月16日 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:/** * ...
社区
WebStorm
I just upgraded to phpStorm 4 and javascript code complete has gotten worse
0 票
创建于
2012年06月21日 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...
社区
WebStorm
I just upgraded to phpStorm 4 and javascript code complete has gotten worse
0 票
创建于
2012年11月20日 07:56
Yes, we do not support built-in compilation yet.Regards,Konstantin
社区
WebStorm
Typescript seems to work fine - but how do I compile ?
0 票
创建于
2012年11月06日 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.
社区
WebStorm
confusing javascript code completion
0 票
创建于
2012年11月02日 18:39
Hi Bruce.You should reverse order of name and type in @param tag, e.g./**** @param {!Object} a* @return {number}*/
社区
WebStorm
I can't get Closure Annotations to work in a Node.js project
0 票
创建于
2012年11月06日 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...
社区
WebStorm
I can't get Closure Annotations to work in a Node.js project
0 票
创建于
2012年10月15日 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...
社区
WebStorm
PS-121.322: jsdoc question
0 票
创建于
2012年05月04日 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 ...
社区
WebStorm
How to create Javascript API Stubs to get the best out of JS code completion
0 票
创建于
2012年12月03日 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...
社区
WebStorm
WebStorm detects @type but not @property
0 票
创建于
2012年12月11日 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"...
社区
WebStorm
javascript extract method adds method inside a prototype definition?
0 票
«
第一页
‹
上一页
下一页
›
最后
»