uikit-sublime ============= ### UIkit Sublime Plugin Auto-complete plugin for UIKit classes and attributes. ### UIkit UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces. * Homepage: [http://www.getuikit.com](http://www.getuikit.com) * Twitter: [@getuikit](http://twitter.com/getuikit) ### Installation The plugin can be installed through Sublime Text's Package Control. Just search for [UIkit autocomplete](https://sublime.wbond.net/packages/UIkit%20autocomplete). Alternatively, you can clone this repository to the Packages directory of your Sublime installation. In Mac OS, this looks as follows: ```bash cd ~/Library/Application Support/Sublime Text 3/Packages/ git clone git@github.com:uikit/uikit-sublime.git ``` ### Usage **Class name autocompletion**: When inside double quotes of a class attribute (`class="[HERE]"`), suggestions will appear for all `uk-` classes. ![animation of class autocompletion](gif/classes.gif) **Component attributes autocompletion**: When inside a tag, but outside of a quoted attribute string (`