intellij-scala Questions
5
I am using latest IntelliJ IDEA (2016.1.1) - but I have seen this behaviour in previous versions too - developing in Scala with latest Scala plugin (3.0.3).
When I try to Run/Debug a test or code,...
Pyrargyrite asked 29/4, 2016 at 8:59
2
What is the correct way to create link to a method in the same class?
Scaladoc documentation doesn't have examples of this.
Consider a class such as:
package controllers
// import ...
class Acc...
Thicken asked 28/12, 2015 at 10:1
6
Solved
I'm getting this error message when I run my sbt project in IntelliJ by right clicking "Debug".
/home/johnreed/Applications/jdk1.8.0_73/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0....
Runagate asked 29/5, 2016 at 1:43
1
Solved
I'm currently porting a project from scala 2.9 to 2.10, therefore I have to use slick instead of scalaquery. I'm using slick 2.1.0 for now since it supports MS Access.
According to this tutorial a...
Edging asked 27/5, 2016 at 11:19
1
© 2022 - 2024 — McMap. All rights reserved.