breandan

Results 140 comments of breandan

Some feedback here: [Yuri](https://github.com/breandan/yuri) relies on wildcard imports in order for code completion to work properly. Since the Android Kotlin Style Guide [explicitly forbids](https://android.github.io/kotlin-guides/style.html#import-statements) wildcard imports, Yuri is not compatible...

Sure, I have a Kotlin multiplatform project that uses this library to run a [compiler test](https://github.com/breandan/galoisenne/blob/master/src/jvmTest/kotlin/ai/hypergraph/kaliningraph/compiler/CompileTest.kt) and @ileasile's Jupyter Kotlin kernel to run an [integration test](https://github.com/breandan/galoisenne/blob/master/src/jvmMain/kotlin/ai/hypergraph/kaliningraph/notebook/KotlinJupyter.kt), both of which are...

Hi @tschuchortdev, thank you very much for investigating this issue! I am still unable to upgrade past `0.11.0-125` of @ileasile's plugin with your library enabled. In case it helps, here...

I guess this works now? I am on `0.4.5` and `:runIde` task now starts CLion as expected. Does it work for other IDEs?

Right, as long as the property is set it launches CL or IU. Still, It’s a nice improvement.

Somewhat related, it would be helpful to support a separate configuration for `testPlugins`, so that we can integration test interoperability between plugins which are not bundled, but should work together...

> We have no any plans about publishing small IDEs in maven. Why is [Rider](https://www.jetbrains.com/rider/) the [exception](https://www.jetbrains.com/intellij-repository/releases)?

> because it has no other way to develop a plugin @zolotov Android Studio and MPS too? Why exclude some and not others ? Surely it would not be too...

> You can depend on that particular PHP plugin and develop plugins using it, uploading entire PhpStorm is not required. I suppose you *could* add a plugin dependency, but if...