scala-worksheet
Any chance something similar can be done in IDEA?
https://github.com/scala-ide/scala-worksheet/wiki/Getting-Started
Or does IDEA have something already like this in the Scala plugin that I've missed?
Thanks,
Christian
Please sign in to leave a comment.
IDEA has Scala script support.
It also has REPL with full editor support. That's all. You can add a request (http://youtrack.jetbrains.com/issues/SCL), if you think you really need it, I think it's possible to implement.
Best regards,
Alexander Podkhalyuzin.
That's a great feature, I've seen it before with Java in Eclipse, I think it's called Scrap Pad or so in the platform API. Definitely an upvote here. I'm seeing this left/right split between input and output for the first time, interesting idea.
best, h.h.
Added here:
http://youtrack.jetbrains.com/issue/SCL-4702