You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I asked my Kotlin Multiplatform testing expert friend @bnorm about IDE integration and he suggested this:
I wonder if an FIR plugin might help with the back navigation from the run dashboard? Ultimately the IDE is looking for a PSI element with the right class/method name and if you generate it in FIR you might be able to back navigate to the source of the generation.
I asked my Kotlin Multiplatform testing expert friend @bnorm about IDE integration and he suggested this:
He suggested some sample projects to look at:
https://github.com/JetBrains/kotlin/tree/master/plugins/plugin-sandbox
https://github.com/demiurg906/kotlin-compiler-plugin-template
https://github.com/bnorm/piecemeal
The text was updated successfully, but these errors were encountered: