Abaklan88
- 活动总数 4
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
创建于 Add new parameter into kotlin data class from IDEA plugin
已回答Hi!I want my plugin would be able to insert new parameters in kotlin data classes.My code now:```String paramText = "@MyCustomAnnotation(description = \"some text here\")" + '\n' + "var fieldName: ...