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

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -