IntelliJ 2018.1.5 or 6 ... adding preferences scheme?
Answered
I recently updated IntelliJ to .6 ... and then noticed that it would stop ordering imports as expected.
Basically we configured Intellij to follow eclipse conventions. Now it is back sorting like Intellij ;-)
Checking Settings->Editor->Code style-> java I see that there is a "schema" drop down menu.
Which shows an entry resembling my changes, but when entering the menu, it was set to "Project".
Now I am simply wondering: could it be that this (or maybe the previous) IntelliJ update somehow decided to change from "my own settings" to some new default?
Please sign in to leave a comment.
Code style scheme can be configured per project or use IDE global setting.
If a project has .idea\codeStyles\codeStyleConfig.xml file, it will override the default scheme. Check the configuration inside this file and see the history of this file in the version control to find out when/why it has changed.