question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Migrate IntelliJ Idea settings

See original GitHub issue

Exporting settings.jar is no longer supported in IntelliJ Idea. We have to migrate it into settings.zip. Additionally sharing settings through a settings repository looks good for initial setup and continuous updating.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
anuraagacommented, Jul 19, 2019

I always enable Settings Sync, so I’m not sure I’d be able to use a settings repository.

An alternative to look at would be adding build scripts that use the IdeaPlugin so the ./gradlew idea task sets it up automatically. I’ve had good experience with this.

This might be an example (in Java, but the XML logic would actually be a lot simpler if migrated to a Groovy build script)

https://github.com/curioswitch/curiostack/blob/master/tools/gradle-plugins/gradle-curiostack-plugin/src/main/java/org/curioswitch/gradle/plugins/curiostack/CuriostackPlugin.java#L277

It’s a bit tricky ensuring the right merge semantics, but once it’s done once it works well I think.

0reactions
heowccommented, Mar 30, 2022

Incidentally, the intellij idea is correct, but Eclipse requires a separate plugin to be installed. I’m used to the Armeria setup, so I’m using it for my personal projects. 😎

See https://github.com/heowc/SpringBootSample/blob/main/.editorconfig

Read more comments on GitHub >

github_iconTop Results From Across the Web

Exporting and importing settings | MPS - JetBrains
Importing settings from a JAR archive ; Choose File | Manage IDE Settings | Import Settings from the main menu. ; In the...
Read more >
How to save/export all the settings of IntelliJ IDEA?
You can migrate settings between Windows installations without using the Import/Export Settings feature, by copying files from the JetBrains\IntelliJIdea* ...
Read more >
Configuration tips and tricks - IntelliJ IDEA Essentials [Book]
Exporting and importing settings · Go to File | Export Settings from the main menu. · Specify the settings to export the Export...
Read more >
Configuration tips and tricks | IntelliJ IDEA Essentials
Exporting and importing settings · Go to File | Import Settings from the main menu. · Select the desired archive from the Import...
Read more >
Intellij Idea - Migrating from Eclipse - Tutorialspoint
Navigate to File → Settings → Keymap option. Select Eclipse from Keymap dropdown. Eclipse Keymap. Code formatting. To import your Eclipse formatter settings...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found