Batuhan Kilic
- 活动总数 5
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Adding empty line before PsiField
已回答Hello, 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... -
已编辑于 PsiExpression not found
已回答I'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...