Batuhan Kilic
- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Adding empty line before PsiField
AnsweredHello, what is the best way to add a blank line before a PsiField?My class is structured like this: @Annotation public static Type FIELD; No blank line between the annotation and the field, but whe... -
Edited PsiExpression not found
AnsweredI'm very new to plugin development and found some tutorials using the PsiExpression class and some others. However, when creating a plugin project using the wizard in 2023.1, there is no accessible...