Is there a way to program Scala in a visual studio?

I have VS 2012 final RC, and I have recently become interested in Scala, so I was wondering if there is a way (plugin) to make Scala simple programming in VS? Googling shows some promises of what is possible, but this information is older than a year. I know that Scala runs on the JVM, but the .Net version is mentioned in the information I mentioned.

+6
source share
1 answer

As of March '12, this was not possible:

Visual Studio supports debugging of Scala.NET programs but not editing them. Until the VS extension for Scala appears, Scala.NET programs can be developed using the existing (JVM-based) IDE

Source article

The project looks a bit abandoned.

Update: September 8, 2015

The Scala.NET project was discontinued (I believe due to low interest), Miguel Garcia, who is the guy behind this backend, switched to GenB

+5
source

Source: https://habr.com/ru/post/925352/


All Articles