eclipse-jdt / eclipse-jdt/eclipse.jdt.ui
Organize Imports must have same flexibility as Intellij for interoperability
- Dominant language
- Java
- Stars
- 59
- Forks
- 127
- Avg merge
- 23h 30m
- Merged PRs (30d)
- 35
Description
If Intellij has a way to source code format something in a format, or organize imports in a format... Eclipse must be able to match it with it's source code formatter.
Without this, developers are left without a key tool in software development - automatic organization of imports.
That makes any Intellij dominant environment a non starter for Eclipse users to co-exist. Even if people are cool with Eclipse, the code reviews are hostile because the source code formatter is constantly making diffs all the time.
Let's get this fixed:
Source formatter - i can get it to act like intellij
Organize imports - i cannot get it to act like intellij.
How do you make a new space?
How do you control the location of static imports?
Is there an Epic for "Make it simple to adopt Eclipse in an environment that primarily does NOT use Eclipse"?
Acceptance criteria:
I can open intellij community version, grab any java source file, with any optimize imports setting in intellij, eclipse can run organize imports and get the same exact result.
Contributor guide
Assessment
This issue has not been assessed yet.