5 ms·
> being able to fire up FSC outside of IntelliJ and have your code recompile very, very quickly when you make changes I guess that you can achieve the same ben
by ayosec 13y ago
> being able to fire up FSC outside of IntelliJ and have your code recompile very, very quickly when you make changes
I guess that you can achieve the same benefits with an always-open SBT console.
I usually do
~ test
So SBT will recompile and launch test after every :w in VIM