inigo delgado
- 活动总数 11
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 4
-
创建于 How can I get fully qualified name of a KtParameter type?
已回答In my plugin I am using current way to get it:ktParameter.type()!!.fqName!!.asString()If the declaration is method (var u: UUID) that line returns: “java.util.UUID” which is what I want. Great.But ... -
创建于 How to get the test sources directories of the module of given virtualfile
已回答That's it, my pluging generates test objectmother for java classes so, when selected that classes, I would like to generate their correponding object mothers in the same package in its correspondin...