Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 954 Bytes

operations.rst

File metadata and controls

27 lines (19 loc) · 954 Bytes

Operations

Operations help you do class or package, obviously, operations such as organize imports or rename class easier. Currently, has 2 operations...

Correct Class

will search for current package and your class name based on file name and location of current file and correct it on first class definition.

Organize Imports

will automatically imports all necessary packages and remove unused packages for you. This is done within 7 sub-steps.

  1. gathering imports informations from current file
  2. let's you select a package that has the same class
  3. imports "default imports" and Java's packages
  4. asks you to enter package name for missing classes
  5. asks for package name that you want to enter manually
  6. clear all imports in current file
  7. imports all packages that has been processed within step 1-4