Rogue semi-colons being added to scala files
Hi,
Has anyone else run into a problem where Intellij is automatically inserting unwanted semi-colons to files?
Example:
import net.liftweb.util.{ClearClearable, Helpers}
became
import net.liftweb.util.{ClearClearable, Helpers;}
true
became
true;
Another annoying thing about this (other than my compiles breaking) is that I can't "undo" these changes -- I have to manually remove them.
请先登录再写评论。