When I've used IntelliJ IDE Community Version befo...
# intellij
c
When I've used IntelliJ IDE Community Version before, when I right-clicked on a
kotest
file in the Editor, there was an option to run the current file. I don't see that in version
2024.2.1
. Why?
a
Do you have
kotest
plugin enabled? I suspect that you use K2 Mode and plugin is not yet compatible with it.
c
Yes, @Anna Kozlova. That was the problem. It's been fixed. Thanks.
Do you have a timeline on when the
kotest
and
arrow
plugins will be updated to work with
k2
?
a
It's more a question to the authors but seems that at least
kotest
already has started the migration
👍 1