For what it's worth, I use Sublime Text + the SBT console for everything. I
can live without the extra IDE features.

However, if you like an IDE, the Eclipse "Scala IDE" 4.0 RC1 is a big
improvement over previous releases. For one thing, it can now supports
projects using different versions of Scala, which is convenient for Spark's
current 2.10.4 support and emerging 2.11 support.

http://scala-ide.org/download/milestone.html

Dean


Dean Wampler, Ph.D.
Author: Programming Scala, 2nd Edition
<http://shop.oreilly.com/product/0636920033073.do> (O'Reilly)
Typesafe <http://typesafe.com>
@deanwampler <http://twitter.com/deanwampler>
http://polyglotprogramming.com

On Sun, Oct 26, 2014 at 5:06 PM, Duy Huynh <duy.huynh....@gmail.com> wrote:

> i like intellij and eclipse too, but some that they are too heavy.  i would
> love to use vim.  are there are good scala plugins for vim?  (i.e code
> completion, scala doc, etc)
>
> On Sun, Oct 26, 2014 at 12:32 PM, Jay Vyas <jayunit100.apa...@gmail.com>
> wrote:
>
> > I tried the scala eclipse ide but in scala 2.10 I ran into some weird
> > issues
> >
> http://stackoverflow.com/questions/24253084/scalaide-and-cryptic-classnotfound-errors
> > ... So I switched to IntelliJ and was much more satisfied...
> >
> > I've written a post on how I use fedora,sbt, and intellij for spark apps.
> >
> >
> http://jayunit100.blogspot.com/2014/07/set-up-spark-application-devleopment.html?m=1
> >
> > The IntelliJ sbt plugin is imo less buggy then the eclipse scalaIDE
> > stuff.  For example, I found I had to set some special preferences
> >
> > Finally... given sbts automated recompile option, if you just use tmux,
> > and vim nerdtree, with sbt , you could come pretty close to something
> like
> > an IDE without all the drama ..
> >
> > > On Oct 26, 2014, at 11:07 AM, ll <duy.huynh....@gmail.com> wrote:
> > >
> > > i'm new to both scala and spark.  what IDE / dev environment do you
> find
> > most
> > > productive for writing code in scala with spark?  is it just vim + sbt?
> > or
> > > does a full IDE like intellij works out better?  thanks!
> > >
> > >
> > >
> > > --
> > > View this message in context:
> >
> http://apache-spark-developers-list.1001551.n3.nabble.com/best-IDE-for-scala-spark-development-tp8965.html
> > > Sent from the Apache Spark Developers List mailing list archive at
> > Nabble.com.
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
> > > For additional commands, e-mail: dev-h...@spark.apache.org
> > >
> >
>

Reply via email to