An open API service indexing awesome lists of open source software.

https://github.com/tushortz/easyimport

Plugin to automatically import required modules/classes/packages. For sublime text
https://github.com/tushortz/easyimport

Last synced: 4 months ago
JSON representation

Plugin to automatically import required modules/classes/packages. For sublime text

Awesome Lists containing this project

README

        

# Easy Import

A sublime text plugin that automatically import required modules/classes/packages, For more info, please check [Easy Import](https://github.com/tushortz/EasyImport) on Github

## Currently Supported Languages

* Java

## Where to find EasyImport Menu

![Menu](./screenshot/menu.png)

Click on the Sublime text `Menu` –> `Help` –> `Easy Import`.

## Usage

> **IMPORTANT:** If there was no previously imported class, you must have a comment at the top of where you want to import all the classes.

> For example: In the comment, there must be an `import` word followed by an `empty space` and ends with a `semi-colon` otherwise it will give wierd texts.

Example:
```java
// import ;
```
Then use the key bindings or search `Easy Import` from the command pallette. This will automatically import mostly all packages needed.

### Key Bindings

**Linux/Windows** - `Ctrl` + `alt` + `space`
**OSX** - `Super` + `alt` + `space`

You can also search `Easy Import` in the command pallette

![Usage](./screenshot/preview.gif)

## Contributing

All contributions are welcome. fork LangDocs on Github and create a pull request. Any suggestions or bugs, please let me know.

## Licence

© 2016 Taiwo Kareem | [email protected].

**Read license.txt**

## Acknowledgements

I’d first like to say a very big thank you to God my creator. Without him, this wouldn’t be possible.