主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月27日 07:43
Using DialectOptionHolder.OTHER instead of NASHORN makes lexer interpret 'each' as JSTokenTypes.IDENTIFIER, not EACH_KEYWORD. I suggest to highlight 'each' manually, e.g. by adding an extension to ...
社区
IntelliJ IDEA Open API and Plugin Development
Javascript dialects, dialectSpecificHandlersFactory
0 票
创建于
2017年07月19日 07:56
"use strict" pragmas are not added into functions if there's already one at the top of the file. They are added to empty functions on pressing enter inside them, it's hard to decide when to add it ...
社区
WebStorm
WebStorm 4.0.3 auto adding "use strict" pragma in JavaScript
0 票
创建于
2017年06月02日 12:06
Hi, Jamie. That's indeed quite unexpected, I have no idea what can cause it. Debug session is started in com.intellij.execution.impl.ExecutionManagerImpl#restartRunProfile, and then for NodeJS run...
社区
IntelliJ IDEA Open API and Plugin Development
strange problem running node run config with custom plugin installed
0 票
创建于
2017年05月05日 11:32
Unfortunately, there's no extension point for it now. It's checked in com.intellij.lang.javascript.frameworks.amd.JSAmdPsiUtil.isDefineCall.
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年05月05日 10:02
By convention, elements having names starting with underscore are considered private (unless they have @public tag in JSDoc) and we don't show them in completion. Can you please check if it works f...
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年05月05日 09:20
Hi. You shouldn't change resolve of 'aaaa', only make "./a.js" resolved to PsiFile. Also, please note that in your example Avariable should be returned. Does this help?
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年03月27日 10:07
Hi Abnerzheng. Yes, it was, it's 2017.1.
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月28日 07:00
We prefer not to resolve references to elements having different name, e.g. to keep rename working. I'd suggest to add GotoDeclarationHandler instead.
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月28日 05:10
References shouldn't be resolved to expressions, but to variables, definitions etc. You shouldn't change resolving of 'aaaa' in this case. As I said, hopefully in the new IDEA version containing my...
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月28日 05:05
No, the version I mentioned is not available now, it will be the next published EAP version, probably next week.
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
«
第一页
‹
上一页
下一页
›
最后
»