Does the Arrow IntelliJ plugin highlight when you ...
# arrow
k
Does the Arrow IntelliJ plugin highlight when you miss a bind within an either construction?
a
note that it's in general impossible to know when you've missed a bind however, if you try to use an
Either<E, T>
where a
T
is expected, it will suggest you to introduce the
bind
🙂
y
Also note that the new return value checker should solve this problem more broadly
k
Cool, thank you gents.
h
We've had reasonable success with detekt for this: https://github.com/woltapp/arrow-detekt-rules