AndroidImport
A Sublime Text 2/3 plugin which automatically adds imports from the Android SDK.
Details
Installs
- Total 10K
- Win 6K
- Mac 2K
- Linux 2K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Android Import
A Sublime Text 2/3 plugin which automatically deals with imports from the Android SDK. When the command is run it will parse the current file and create a list of the Android classes which have been used. It will then automatically add the necessary imports at the top of the file
Installation
Package Control
The easiest way to install this is with Package Control.
- Make sure you've restarted Sublime if you've just installed Package Control.
- Bring up the Command Palette (
Cmd+Shift+P
on OS X,Ctrl+Shift+P
on Linux & Windows). - Select
Package Control: Install Package
(it will take a few seconds to load). - Select
AndroidImport
when the list appears.
Package Control will automatically keep the plugin up to date with the latest version.
Usage
While looking at an Android java file press Cmd+Shift+O
to import all Android classes. You can also choose Import Android Classes in the Tools menu or from the Command Palette.
Known Issues
- Gets confused and therefore ignores the R class.
- Generally untested and may miss classes.
Other Installation Methods
OSX
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/ribot/SublimeAndroidImport.git AndroidImport
Linux (Ubuntu like distros)
cd ~/.config/sublime-text-2/Packages/
git clone git://github.com/ribot/SublimeAndroidImport.git AndroidImport
Windows 7
Copy the directory to: C:\Users\<username>\AppData\Roaming\Sublime Text 2\Packages
Windows XP
Copy the directory to: C:\Documents and Settings\<username>\Application Data\Sublime Text 2\Packages