Also ctags works fine with vim for browsing scala classes

Shivaram

On Mon, Oct 27, 2014 at 8:49 AM, Koert Kuipers <ko...@tresata.com> wrote:
> editor of your choice + sbt console works + grep great.
>
> if only folks stopped using wildcard imports (it has little benefits in
> terms of coding yet requires an IDE with 1G+ of ram to track em down).
>
> On Mon, Oct 27, 2014 at 9:17 AM, andy petrella <andy.petre...@gmail.com>
> wrote:
>
>> I second the S[B]T combo!
>>
>> I tried ATOM → lack of features and stability (atm)
>>
>> aℕdy ℙetrella
>> about.me/noootsab
>> [image: aℕdy ℙetrella on about.me]
>>
>> <http://about.me/noootsab>
>>
>> On Mon, Oct 27, 2014 at 2:15 PM, Dean Wampler <deanwamp...@gmail.com>
>> wrote:
>>
>> > 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
>> > > > >
>> > > >
>> > >
>> >
>>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@spark.apache.org
For additional commands, e-mail: dev-h...@spark.apache.org

Reply via email to