Edoardo Luppi
Edoardo Luppi
Seems reasonable. I'll do that too, we should get slightly better build times too.
My idea is the following. 1. Merge all remaining open PRs 2. Release 1.0.0 on Kotlin 1.9.24 3. Bump to 1.1.0 and move to Kotlin 2.0.20 on K2
FYI, for Tycho support, follow https://youtrack.jetbrains.com/issue/IDEA-186628/Tycho-support-is-broken I've been able to get it to work, mostly.
@JaneWardSandy yeah that's what I thought! Do you think it's feasible to change how it works, or it's a too big task? For example it would be enough to scan...
Thanks, sounds good. What are the requirements to participate in the rewrite? I'm not an expert in IntelliJ Plugin development, but this plugin is a must have for me, and...
I proposed Kotlin because of its conciseness. We are "forced" to use Java 8 for plugin development. If we write something using JDK 10 the users will need JRE 10...
@svenruppert I had cloned the project and started refactoring the UI widgets to align them to the new IDEA UI (2018.3). However I didn't find the tasks panel useful for...
Other than performance, we should also consider bundle size. Kotlin's stdlib already adds quite a bit to the total size, so if libraries can shave off some KBs, it's always...
I think we should stop at `return` and, maybe, `goto` for the languages that support it. I'd like to avoid cluttering the gutter icon space. Anyway I'll certainly look into...
@sor So basically what I could do is ``` return > gutter icon throw > gutter icon (new color or shape) goto > different foreground / background break > different...