Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Matan Rosenberg
Total activity
10
Last activity
November 09, 2020 21:26
Member since
July 01, 2017 01:49
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Posts (1)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
November 09, 2020 21:26
In IntelliJ 2020.2, empty template doesn't work for me. After creating a new empty module, I'm getting this error: "Error adding module to project: java.IOException: Directory is invalid /path/to/c...
Community
IntelliJ IDEA Users
Empty module
0 votes
Edited
January 03, 2020 19:05
I'm also interested in this feature. I see that an EAP/snapshot (?) with the relevant code hasn't been released yet. Is there a way to make intellij-gradle-plugin use a custom version of IntelliJ?
Community
IntelliJ IDEA Open API and Plugin Development
I want to extend the Annotate view of Git VCS. But ...
0 votes
Edited
July 04, 2017 21:21
Okay, I did a naive implementation of PsiElementFinder, but it's not really working - it is called, successfully generates the PsiClass (LightPsiClassBuilder in my case) but somehow IntelliJ failes...
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Edited
July 03, 2017 18:46
I'm not entirely sure what is the meaning of "references" in this context, so I'll give a practical example of what I'm trying to solve. Given the following code: class Foo { @AutoFactory ...
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Edited
July 03, 2017 17:35
I would like to generate my ow PSI tree for these classes.
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes
Edited
July 03, 2017 15:12
Light class sounds good - I only need the IDE to be aware of the class existence and its methods. It shouldn't be navigable or opened in the editor. Are there any docs about light classes besides t...
Community
IntelliJ IDEA Open API and Plugin Development
Augment top level PsiClass
0 votes