Avner

- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
-
-
Avner created a post, AnsweredAnnotate python method with debugger information
I am doing a big refactor and want to annotate the methods . In the debugger I can see the types. Is there a way to auto-annotate the methods using the debugger info? -
-
Avner created a post, AnsweredError:scalac: No 'scala-library*.jar' in Scala compiler classpath in Scala SDK sbt: org.scala-lang:scala-library:2.11.8:jar
When I try to run the App I get this error: Error:scalac: No 'scala-library*.jar' in Scala compiler classpath in Scala SDK sbt: org.scala-lang:scala-library:2.11.8:jar If I run the app from the... -
Avner created a post, How to align new lines by the ":" or the "=" symbol of a method, class etc.
For instance (in scala) case class MyClass(p1 : String, p2: String, p3: String, p4:String, .... ,.............,.......long long long line,................pn : String) If I go down a new line for e... -
-
-
Avner created a post, AnsweredOpen files in the same tab that is currently visible
I want to change the default behavior of the file navigator to open new files inside the same visible tab that currently is visible. I also want to change the default behavior of the navigator su...