Arrow plug-in for IntelliJ 0.3
ยท One min read
The new version of the Arrow plug-in for IntelliJ (and compatible IDEs) is out! This release fixes some problems in inspections related to Raise
, and brings compatibility with 2025.1. The plug-in is compatible with both K1 and K2 mode of the Kotlin plug-in.
This release also brings new gutter icons inspired by the "suspended function" and "recursive function" icons in the Kotlin plug-in. These gutter icons highlight uses of Raise
functions, and delayed computations with Eval
. Our goal is to make a bit more explicit what the surface syntax of Kotlin keeps implicit.
Gutter icon for Raise
Gutter icons for Eval.later
and Eval.always