Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to import settings into CLion from Intellij?

I'm working with IntelliJ and I have the IDE configured to my needs. I'd like to transfer these settings to CLion.

Is this possible? If so, how?

On the official sites there is no info on that so I'm assuming I'd have to do it by hand (using the settings files and try my luck).

like image 792
PsiX Avatar asked Nov 24 '16 10:11

PsiX


1 Answers

File | Export Settings in IntelliJ IDEA followed by File | Import Settings in CLion should do the trick.

Another option is to use the Settings Repository for synchronization.

This option is not available when you are using settings sync with account or repository.

like image 183
CrazyCoder Avatar answered Oct 18 '22 00:10

CrazyCoder