python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Control indentation in Java multiline method calls in IntelliJ
IntelliJ seems to only have two configurations for multiline method call parameters. They either appear like this:
Or this:
This is controlled using the "Editor -> Code Style -> Java ->...
Fledgling Pidgeon
Votes: 0
Answers: 1
No opencv_java340 in java.library.path in Intellij
I have a project in Intellij and I want to use opencv libraries, add opencv file jar in my project like this:
opencv jar
And I have libraries in my build.gradle for load and another ones
My build.grad...
Mistborn
Votes: 0
Answers: 1
IntelliJ not finding individual tests in scalatest FlatSpec
I am running IntelliJ. I have a test suite that extends FlatSpec like
class MyTest extends FlatSpec {
val foo = Seq(1, 2, 3)
foo.foreach { x => println(x) }
it should "run test 1"...
wrschneider
Votes: 0
Answers: 0
sbt-avro is not generating Scala classes, possible settings issue
I'm trying to use sbt-avro in a Scala project to generate Scala classes from an Avro schema.
Here is the project structure:
multi-tenant/
build.sbt
project/
plugins.sbt
src/
...
Sahand
Votes: 0
Answers: 1