Jakub Chrzanowski
Jakub Chrzanowski
With the 2.3.0, no performance improvements were introduced. We had to deal with IntelliJ Platform issues first. The performance problems are to be handled in the upcoming release.
Two performance improvements just landed: ff0e04495d5c8976b283da5043b0a745ed5a92a0 and 1951e713c92bc133f319a79d51b8cb29d387cbdf You can try it out with the `2.3.1-SNAPSHOT` release. Note that this is just the beginning. The Plugin Verifier also requires adjustments,...
Good news, after a few more improvements, we're already close to the times from the 2.1.0 version! The Plugin Verifier was not yet touched, so we can go even better!
@ForNeVeR I've introduced a build service (a Gradle feature) to cache IDE objects parsed from the IntelliJ Platform artifact directory – which respects multiple IDE types of you target i.e....
I've had a hard time debugging that, as this is pretty weird behavior. However, I found out that adding `alias(libs.plugins.kotlin)` to the plugins section of the `clion` module resolved that...
FTR, I've reproduced the same issue with the Plugin Template by switching from `create()` to `local()` and removing the KGP from the `plugins {}` section.
Thanks for reporting this! It is now implemented and available in 2.5.0
Thank you!
This seems to be an exception thrown directly by the IDE, not related to the Plugin Template.
The `intellij.charts` bundled module is now correctly available by default: