Search code examples
scalaeclipse-pluginvirtualizationstaging

possibility of scala-virtualized in Eclipse with Scala >=2.11


I followed this guide: http://lamplmscore.epfl.ch/mediawiki/index.php/Eclipse_IDE_with_Scala-virtualized

in order to use the virtualized (-Yvirtualize ) plugin inside the eclipse compiler. This works for a nightly build of Scala 2.10 which is old and lacks features like implicit classes. Does anyone know of a way to work with newer versions of Scala with the virtualize plugin AND eclipse?


Solution

  • Sorry to be bringing bad news:

    The Eclipse IDE for Scala-virtualized has not been updated in the last 2 years, so it's not expected to be usable (Source: I maintained the EclipseIDE for scala-virtualized) -- I updated the wiki.

    Regarding 2.11, please see Alexey's comment (and answer) below.