IntelliJ IDEA -> Tools -> IDE Scripting Console -> Kotlin

Apologies if this is off topic.

Where can I find the documentation for

IntelliJ IDEA → Tools → IDE Scripting Console → Kotlin (as langauge choice) ?

So far, the only thing I have managed to achieve is writing “import …” and freezing the entireity of IntelliJ IDEA.

===

Context: In Emacs, I enjoyed doing editing ~/.init.el , writing some code, hitting C-x C-e, and adding a new feature to the editor.

I am looking for guide on how to use the IDE Scripting Console / Kotlin to do something similar – write some Kotlin code, eval it, and have a new IDE feature.

1 Like