Igor Spasic
- 活动总数 58
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 How to search for all Kotlin functions that has an argument of type at the cursor?
已回答let's say I have ```kt val foo:Foo =... fun bar(foo:Foo)... ``` and later, i type: ```kt foo ``` I would like to find the `bar` function. -
创建于 Upgrading old plugin - how to display ApplicationComponents JComponent?
My old plugin has ApplicationComponent that creates JComponent with configuration dialog in createComponent(). Previously, this dialog appeared in plugin configuration. This is now gone; and I don'... -
创建于 Is it possible to use IDEA source formatter from e.g. Gradle?
Would it be possible to use IDEA source formatter outside of IDEA, from e.g. Gradle?That would be awesome!