Project Page: https://atom.io/packages/java-importer
- install the package using package manager.
- select the class you want to import.
- right click and select "Get import statement"
- Select appropriate path when there are multiple candidates.
- Look at the notifications, success: paste the statement to wherever it is appropriate, failed, you should import it manually.
- Select all import statements, select "Organize imports" in Edit menu.
- Paste the sorted statements and remove the original one.
- Press Cmd+Shift+P to open command panel.
- Type java-importer:update to trigger manual update.
- Only supports: JAVA 8 classes, and classes in your project, and classes to have used in your project.
-
Run scan function every hour to catch the latest changes.
-
Add extra line break when sorting statements.
-
Add function: detect unused statements
-
Warn if you have already imported the class.
-
Detect libs in local environment and import automatically.
-
Detect import statements you once used. -
Solve the window freeze problem. -
Add more test cases.