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
- Host: GitHub
- URL: https://github.com/tushortz/easyimport
- Owner: tushortz
- License: mit
- Created: 2016-02-28T08:31:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T09:03:20.000Z (over 9 years ago)
- Last Synced: 2025-01-09T05:18:27.953Z (5 months ago)
- Language: Python
- Size: 727 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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

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

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