主页
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年02月27日 16:49
Yep, I mean if you implement resolving of JSLiteralExpression to PsiFile, competion will just work. I have no legitimate answer about copying code from ES6ImportSpecifierCompletionProvider. Maybe ...
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月27日 11:59
This should be handled in JSTypeEvaluator#addTypeFromAmdModuleReference, but it is written in such a way that custom file references are not supported. I've fixed it, so your code should work witho...
社区
IntelliJ IDEA Open API and Plugin Development
How can I implementing method auto-completing?
0 票
创建于
2017年02月27日 11:50
Hi, You should add lib/openapi.jar to the classpath. Alternatively, I may suggest to check gradle-intellij-plugin, as I know, it does it automatically.
社区
IntelliJ IDEA Open API and Plugin Development
How can I set up testing environment for plugin depending on JavaScriptLang?
0 票
创建于
2017年01月25日 13:40
Sorry, I can't guess why quick doc may not work when reference is resolved.
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月18日 15:10
The quick documentation doesn't show anything because resolve doesn't work, fixing resolve is enough. I've made getDefaultResolveScope() to be called on JS resolve in custom file too, so this shou...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月18日 08:24
Can you please check if com.intellij.psi.impl.file.impl.ResolveScopeManagerImpl#getDefaultResolveScope is executed when JS reference inside HTML script is resolved? If not, we should make it do it ...
社区
IntelliJ IDEA Open API and Plugin Development
Can a plugin tell IDEA Ultimate Edition where to find additional JavaScript/CSS files?
0 票
创建于
2017年01月16日 12:04
Can you please attach a full working code of your example, which may be executed? Right now running it causes Uncaught TypeError: Cannot set property 'eat' of undefined, which is caused by this.pro...
社区
WebStorm
Webstorm Can't Distinguish Between Class Methods in JSDoc
0 票
创建于
2016年11月15日 12:21
Could you please share your JSModuleReferenceContributor implementation for me to understand where you are now? Basically, for the first case you may look at NodeFileModulePsiReference, it handles ...
社区
IntelliJ IDEA Open API and Plugin Development
How to use JSModuleReferenceContributor
0 票
创建于
2016年10月31日 13:25
Does debugging JS configuration from IDEA A works if you set ports in built-in server, Chrome extension and run configuration settings to the same value?
社区
IntelliJ IDEA Open API and Plugin Development
Debugging IntelliJ which is debugging Javascript
0 票
创建于
2016年10月25日 11:46
MyBreakpointType's constructor should have no parameters since it's instantiated by reflection. If parameters are removed, exception is gone, I've checked :)
社区
IntelliJ IDEA Open API and Plugin Development
Debugging a DSL transpiled into JS with source map?
0 票
«
第一页
‹
上一页
下一页
›
最后
»