Specifying prefix file for console?
Hello and thanks for great products (both IntelliJ and Scala complier).
I am using https://github.com/scalala in Scala console. This is a great way to experiment with data in the context of your project. The problem is, it requires a bunch of imports which I have to paste each time I start the console.
In Scala built-in console there is an -i option to specify prefix that the console reads at the beginning. Is there something similar in org.jetbrains.plugins.scala.compiler.rt.ConsoleRunner ?
Thanks,
-- Sasha
请先登录再写评论。
This is the issue: http://youtrack.jetbrains.com/issue/SCL-3875
I remember this issue, and I'm planning to start fixing it soon.
Best regards,
Alexander Podkhalyuzin.