scala - How to permanently disable javadsl namespace when coding with Akka Streams -


i have started learn akka streams. 1 of very big annoyances of product classes appear in both javadsl , scaladsl namespaces.

somehow, intellij automatically import classes javadsl namespace first. leads syntax errors , lot of wasted time. problems disappear when import same class scaladsl namespace.

how can block/hide javadsl namespace permanently? perhaps there setting in sbt when import akka streams dependency, tell sbt kill visibility javadsl namespace.

or maybe other solution prevents intellij automatically importing classes javadsl namespace.

you can in intellij idea:

settings

just add akka.stream.javadsl there, , should stop suggesting items javadsl package.


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -