Is there a clean way to import IntelliJ IDEA Ultimate settings to Android Studio? Even sync them?
E.g. code style, keyboard shortcuts, inspections, gutter config, etc.
l
louiscad
08/05/2019, 12:13 PM
I'm using a private GitHub repository and configured it in both IDEs as a settings repository.
k
karelpeeters
08/05/2019, 2:28 PM
If you just want to import/export there's an item for that under the
File
menu.
m
Marc Knaup
08/05/2019, 3:02 PM
I’m using JetBrains sync in IJ, so I cannot use settings repository.
Also, I’ve done that in the past (settings repo for both) and in the end it has totally messed up the settings in one of both IDEs 😅
@karelpeeters did so once for Code Style & Color Scheme 🙂
Any side-effects of importing the settings of the slightly different IDE? Don’t wanna mess up everything again 😕
k
karelpeeters
08/05/2019, 3:03 PM
That's strange, I can say that personally I haven't had issues with either one yet.
m
Marc Knaup
08/05/2019, 3:03 PM
cool, thanks 🙂
maybe it’s better by now. I’ve done that quite a awhile ago.