user1849060
user1849060

Reputation: 651

intellij IDEA import settings

I am trying to import settings from another person's IntelliJ IDEA installation. I followed the instructions that JetBrains provide here and I was presented with the messages that suggest that it has worked. But on restarting my IDE I find that the settings have not been imported but the settings are exactly as they were before I tried to import the other settings.

If it helps I use IntelliJ 12.1.7

EDIT: I just tried this method but I had no success.

Upvotes: 4

Views: 17418

Answers (2)

Arefe
Arefe

Reputation: 12461

If cloud IDE settings syncing is turned on, you can't import new settings, and needs to be disabled first. Please, see the screenshots below for how to do it:

enter image description here

enter image description here

Upvotes: 5

Leszek Gruchała
Leszek Gruchała

Reputation: 2355

After importing, you have to explicitly pick up those settings. I.e. if you imported code style settings you have to go to Idea settings and explicitly pick this imported code style from drop down list.

Upvotes: 3

Related Questions