Martin
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
-
-
Martin created a post, IntelliJ plugin development - add whitespace manually
Hi, I'm working on a plugin which generates code. I would like to add an annotation to a generated class. I use PsiElementFactory to create the annotation and then I call psiClass.addBefore(annota...