How we’re improving performance of IntelliJ IDEA Kotlin plugin by Vladimir Dolzhenko

preview_player
Показать описание

In this talk, I’ll share the challenges we’ve faced and overcome in improving the performance of the Kotlin plugin for IntelliJ IDEA. I’ll provide the technical details on how the IDE works under the hood, including such features as “Find usages”, and code highlighting. I’ll talk about why your IDE might freeze sometimes, and I’ll explore the complexities of supporting Kotlin/Java interop. We’ll also discuss our next big initiative, the Kotlin plugin that uses the K2 compiler, and how it should significantly improve the performance of many IDE features.

Talk by: Vladimir Dolzhenko

#intellij #KotlinConf
Рекомендации по теме
Комментарии
Автор

The "Small advice" at 24:58 does it mean that explicitly specifying return type for public functions will improve compiler/IDE speed? If yes, it sounds like an inspection 🤔

DmitryKandalov