Intellij scala in maven long time to recompile
Hi,
I am using maven with java and scala, project is configured by pom.xml
https://gist.github.com/maciejbak85/c74764a9d3540a22f9c0a4aa24e1c1df
and it works very different vs using only scala and sbt, for example when I type some code in scala file I need to wait ~10 seconds to see if there are any errors, or highlighted errors will be gone.
I will illustrate this by 2 screen shots:
first one is just after typing this code
and after about 10 seconds finally I see errors, and I can then use shortcuts to import missing classes.
It slows down my work a lot.. maybe I have missconfigured smth ?
not sure what to show even, from settings.
thanks!
请先登录再写评论。