Re: best IDE for scala + spark development?

2014-10-30 Thread nm3mon
IntelliJ idea scala plugin comes with an enhanced REPL. It's a pretty decent option too. Nabeel > On Oct 28, 2014, at 5:34 AM, Cheng Lian wrote: > > My two cents for Mac Vim/Emacs users. Fixed a Scala ctags Mac compatibility > bug months ago, and you may want to use the most recent version he

Re: best IDE for scala + spark development?

2014-10-30 Thread nm3mon
Multiline support (much shinier than :paste), smart completion and things that an IDE makes easy or better (without any hassle). In particular, fast switching between REPL and editor while staying in the same screen makes me even more productive. Nabeel > On Oct 30, 2014, at 9:39 AM, Stephen