Madray Haven
- 活动总数 3
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
-
Madray Haven 创建了一个帖子, 已回答How can I modify Kotlin code with PSI?
I'm trying to create a plugin for IntelliJ IDEA that functions similarly to lombok, this is what I'm trying to do, with an existing kotlin interface: ```kotlininterface TestInterface { var testP...