You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 🚀 Migration Guide: From Eclipse Formatter Plugin to IntelliJ Native Formatting
2
+
3
+
This guide helps you transition from the Eclipse Code Formatter plugin to IntelliJ's native formatting system using a shared IntelliJ XML configuration.
4
+
5
+
---
6
+
7
+
## ✅ Step 1: Remove the Eclipse Code Formatter Plugin
8
+
9
+
1. Open IntelliJ IDEA.
10
+
2. Go to: `Settings (Preferences on macOS) → Plugins`
11
+
3. Search for: `Adapter for Eclipse Code Formatter`
12
+
4. Click the down arrow next to Disable and select **"Uninstall"**
13
+
5.**Restart IntelliJ** to apply changes.
14
+
15
+
---
16
+
17
+
## ✅ Step 2: Import the IntelliJ Code Style XML
18
+
19
+
1. Go to: `Settings → Editor → Code Style`
20
+
2. Click the gear icon ⚙️ next to the scheme dropdown.
21
+
3. Select: `Import Scheme → IntelliJ IDEA code style XML`
22
+
4. Choose the provided XML file (e.g., `mta_formatter_java.xml`)
23
+
5. Click **OK**
24
+
25
+
---
26
+
27
+
## ✅ Step 3: Restore IntelliJ Default Import Order
0 commit comments