UIkit team made their official plugin
with classnames and data attributes.
This plugin will not be maintained anymore.
Enjoy coding...
UIkit CSS Class name completion, for Sublime text editor.
Changed to sublime-snippet from sublime-completion. Due to issue with Sublime 3.
- Use it as usually. You can still download previous release, if you want.
1.Trough Package Control
- Pref --> Package Control - Install Package: search UIkit.
OR
2.Download zip file, open Sublime Text
- In main menu go to Preferences --> Browse Packages
- Extract ziped file in Packages folder that you just opened
If you already didn't activate Sublime autocomplete, you need to do it now.
- In main menu go to Preferences --> Settings-User
- Add Auto complete selectors:
"auto_complete_selector": "source, text"
{
"auto_complete_selector": "source, text"
}
- Inside class quotes start typing
uk
. - Class names are sorted by length/alphabetically (Sublime style)
- First block are two parts words, eg. uk-active
- Than 3-parts words, eg. uk-icon-github
- etc.
Enjoy coding.