Top "Scala-ide" questions

The Scala IDE is the Eclipse plugin for Scala

How to run an existing Scala project using VS Code and Metals?

I am brand new to Scala and I find that Scala IDE is very slow on my machine for basic …

scala visual-studio-code sbt scala-ide scala-metals
Eclipse: How can I install an older plugin version from an update site?

I want to determine if downgrading one of my Eclipse plugins to the previous version fixes the problem I have. …

eclipse scala eclipse-plugin scala-ide
Object spark is not a member of package org

When importing the following in Eclipse Scala-IDE import org.apache.spark.SparkContext import org.apache.spark.SparkContext._ I get this …

scala apache-spark sbt scala-ide
How to get inline results in a worksheet in Eclipse/Scala-IDE on Ubuntu 12.04?

I've got the Scala-IDE installed on my Mac and on my pc with Ubuntu 12.04. In there I created a project, …

eclipse scala ide worksheet scala-ide
JDT weaving is currently disabled

I just installed Eclipse standard 4.4 Luna, and after installing the Scala IDE and friends I get JDT Weaving is currently …

scala eclipse-jdt scala-ide
Run SBT Task from Eclipse

I am using SBT as a build manager, and Eclipse as my IDE, or at least I want to. The …

eclipse scala plugins sbt scala-ide
There is "Run Configuration" but no "Run As Scala Application" in Eclipse

I have the following Scala class, I am able to run it from command line by first typing sbt then …

eclipse scala scala-ide
How to attach sources to SBT managed dependencies in Scala IDE?

I'm using Scala IDE 2.0.1 and SBT 0.11.2 to start with Akka 2.0.1. My build.sbt looks like this: name := "akka" version := "0.1" scalaVersion := "2.9.2" …

scala sbt ivy scala-ide ivyde
Error in Scala Compiler: java.lang.AssertionError: assertion failed (even when project dependency is specified in Eclipse)

I get the following error(stack trace at the end) when I try to compile my Scala project in Eclipse. …

java eclipse scala scala-ide
Eclipse Scala interpreter (REPL) - proper use and debugging

I would like to know what are best practises of using Eclipse Scala interpreter (Eclipse Scala IDE). Let's say I …

debugging scala eclipse-plugin read-eval-print-loop scala-ide