主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Joa Ebert
活动总数
17
最后的活动
2016年01月16日 12:51
成员加入日期
2014年11月13日 09:29
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(5)
评论(7)
按最近的活动排序
最近的活动
投票数
创建于
2014年11月17日 09:14
Nikolay,thank you for the reply. Too bad that it is not possible. A different approach would be to use custom Facet and stay withthe module structure as-is. Do you think that it is feasable? The Fa...
社区
IntelliJ IDEA Open API and Plugin Development
How to add additional attribute to SourceRoot?
0 票
创建于
2015年04月16日 12:33
Hi,I tried looking into other plugins activating the Chrome remote debugging but was not able to find anything.I am also not able to find any class in the OpenAPI that would hint me to an existing ...
社区
IntelliJ IDEA Open API and Plugin Development
Chrome remote debug support
0 票
创建于
2014年11月13日 17:09
Hi Dmitry,thanks for the reply. The isSoft() method returns false. Attached is a screenshot of how it looks.Also: if I type @Delegate("ErrorsErrorsErrors") I see that the class (which is in the sam...
社区
IntelliJ IDEA Open API and Plugin Development
The purpose of PsiReferenceContributor
0 票
创建于
2014年12月08日 08:58
Quite possibly not. How do I do that?I only provide the following:<referencesSearch implementation="defrac.intellij.findUsages.MainClassReferencesSearch"/>Can you tell me what kind of service/exten...
社区
IntelliJ IDEA Open API and Plugin Development
How to search for usages in custom file type?
0 票
创建于
2014年12月08日 09:56
Yes, I already implemented the ReferencesSearch and it gets executed.This is the code I already have:https://github.com/defrac/defrac-plugin-intellij/blob/master/src/defrac/intellij/findUsages/Main...
社区
IntelliJ IDEA Open API and Plugin Development
How to search for usages in custom file type?
0 票
创建于
2014年12月08日 10:40
Okay, thanks! But is that really the correct way to go forward? I think I must be doing something else wrong.I just saw that you arleady have JsonFindUsagesProvider and the FileType I create extend...
社区
IntelliJ IDEA Open API and Plugin Development
How to search for usages in custom file type?
0 票
创建于
2015年04月15日 11:56
Perfect! Can you give me a hint in the right direction? What kind of RunProfileState do I have to create?Also out of curiosity: is this available only in IDEA Ultimate?
社区
IntelliJ IDEA Open API and Plugin Development
Chrome remote debug support
0 票