Giter Site home page Giter Site logo

smooth80 / java-importer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codemysky/java-importer

1.0 1.0 0.0 93 KB

Help import package in Atom for Java Programmers

Home Page: https://atom.io/packages/java-importer

License: MIT License

CoffeeScript 97.81% CSS 1.74% Java 0.45%

java-importer's Introduction

java-importer package Build Status Number of downloads

Project Page: https://atom.io/packages/java-importer

How to use:

Import class

  1. install the package using package manager.
  2. select the class you want to import.
  3. right click and select "Get import statement"
  4. Select appropriate path when there are multiple candidates.
  5. Look at the notifications, success: paste the statement to wherever it is appropriate, failed, you should import it manually.

Organize import statements

  1. Select all import statements, select "Organize imports" in Edit menu.
  2. Paste the sorted statements and remove the original one.

Update dictionary manually

  1. Press Cmd+Shift+P to open command panel.
  2. Type java-importer:update to trigger manual update.

Attention:

  1. Only supports: JAVA 8 classes, and classes in your project, and classes to have used in your project.

Roadmap:

  • 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.

java-importer's People

Contributors

codemysky avatar noseglid avatar

Stargazers

Jerome Smooth®️™️ McGinn avatar

Watchers

Jerome Smooth®️™️ McGinn avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.