-
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? Ultim…
-
It would be very nice to generate *sealed* Java/Kotlin classes whenever possible. This would improve code comprehension, pattern matching, and the IDE experience.
Potential solutions:
1. Infer whi…
-
### Description of the bug:
Recently I started to notice a lot of slow operations exceptions when running a sync for kotlin targets. Maybe worth looking into.
```
java.lang.Throwable: Slow opera…
-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
Licensed to CraftJack / Nate Pink
Subscription is active until December 1, 2024.
R…
-
### Before submitting your bug report
- [x] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [x] I'm not able to find an [open issue](ht…
-
```Kotlin
/**
* Resolve value: [value]
*/
fun useValue() = value
```
`value` in the function body is unresolved in IDE.
K2: `value` in KDoc is resolved and refers to `kotlin-stdlib-2.0.0-s…
-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
You have a perpetual fallback license for this version.
Subscription is active unti…
-
### IDE Information
IntelliJ IDEA 2024.2.4 (Ultimate Edition)
Build #IU-242.23726.103, built on October 23, 2024
Subscription is active until October 20, 2025.
Runtime version: 21.0.4+13-b509.26…
-
### Have you checked the issues and discussions to ensure there are no duplicates?
Yes
### Are you using JetBrains Client / Code With Me / IntelliJ Remote Development?
No
### Your programm…
-
We want to only format using the LSP server, we override `LanguageServiceAccessor` here:
https://github.com/themartdev/intellij-gleam/blob/9eea2c41723d6c2b99bf15e70b04545952b4f194/src/main/kotlin/com…