luontola / idea-sbt-plugin

IntelliJ IDEA plugin for integration with SBT (Simple Build Tool) in order to compile Scala projects easily and quickly [UNMAINTAINED]
http://plugins.intellij.net/plugin/?idea&id=5007
Apache License 2.0
178 stars 28 forks source link

Do not auto-refresh every time a project is opened #93

Open slorion opened 10 years ago

slorion commented 10 years ago

Every time I open my application project, SBT will start a background task to refresh itself. "Use auto-import" settings is disabled, so why does it do that all the time ? It takes quite a while to complete and slow downs everything while it is running. This is really annoying and I think unnecessary.