David Perez
- Total activity 37
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 10
-
David Perez created a post, Error when importing existing SBT project
When creating a new project, from an existing SBT project, I receive this error: [info] Resolving org.jetbrains#sbt-structure;latest.integration ...[warn] module not found: org.jetbrains#sbt-struct... -
David Perez created a post, Scala and Android
I plan to work with Android and Scala.I'm happy with recent SBT support, so sbt-idea isn't needed anymore. :)Some questions:- Can I debug Android apps with Scala?- Is there any tutorial or example?... -
David Perez created a post, How can I know the type of the selected text
I don't know how to know the inferred type of an expression.If it is a variable or a function, I can press F2 with the Eclipse keymapping, but what about an expression?.Scala plugin is improving an... -
-
-
David Perez created a post, Type is not inferred correctly
Probably this is a bug.I have this simple excerpt of code:import java.nio.file._for (f <- Files.newDirectoryStream(Paths.get("/home"))) { .... }"fich" is detected as "Any" when it should be a... -
David Perez commented, -
David Perez commented, -
David Perez created a post, Problem launching Android app
I have first posted this message in the main forum: http://devnet.jetbrains.com/message/5503853#5503853but I think it is more appropiate here.I'd like to launch an Android app. It uses the android... -