Igor Spasic
- Total activity 58
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
Created How to search for all Kotlin functions that has an argument of type at the cursor?
Answeredlet'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. -
Created 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'... -
Created 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!