Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Joa Ebert
Total activity
17
Last activity
January 16, 2016 12:51
Member since
November 13, 2014 09:29
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (5)
Comments (7)
Sort by recent activity
Recent activity
Votes
Created
November 17, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to add additional attribute to SourceRoot?
0 votes
Created
April 16, 2015 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Chrome remote debug support
0 votes
Created
November 13, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
The purpose of PsiReferenceContributor
0 votes
Created
December 08, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to search for usages in custom file type?
0 votes
Created
December 08, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to search for usages in custom file type?
0 votes
Created
December 08, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to search for usages in custom file type?
0 votes
Created
April 15, 2015 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?
Community
IntelliJ IDEA Open API and Plugin Development
Chrome remote debug support
0 votes