Worksheet error output
I was wondering if there is an option to output the compiler error details when running a scala worksheet? I can't seem to get any output from the run messages window (like you would under a normal compilation).
I do have the normal red underline from Idea, which might be good enough if that's all we can get.
Thanks!
请先登录再写评论。
Worksheet is not a compiler, it's script interpreter. So all errors, will be from Scala interpreter in right editor.
Best regards,
Alexander Podkhalyuzin.