I use scala sbt console to test my methods. (commands : sbt then console) But the code changes done in eclipse or other external editor, are not getting reflected in the sbt console.
Every time, I have to quit the console (using Crt + D) and again start it using console command to see the changes.
Any one facing this problem? Is there any ways to reload the code from console?
I am using Ubuntu 64-Bit,
exit
, it recompiles and re-enters the console. – Limekiln