https://github.com/easingthemes/uikit-sublime
UIkit - Sublime Class name completion
https://github.com/easingthemes/uikit-sublime
Last synced: 4 months ago
JSON representation
UIkit - Sublime Class name completion
- Host: GitHub
- URL: https://github.com/easingthemes/uikit-sublime
- Owner: easingthemes
- License: mit
- Created: 2013-11-24T01:37:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-07T08:53:47.000Z (about 11 years ago)
- Last Synced: 2025-03-16T21:23:10.850Z (4 months ago)
- Homepage: http://easingthemes.com/uikit-sublime/
- Size: 301 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
UIkit-Sublime
=============UIkit team made their official plugin
with classnames and data attributes.
This plugin will not be maintained anymore.
Enjoy coding...
__________________________________________________________
History
UIkit CSS Class name completion, for Sublime text editor.
__________________________________________________________
Update
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.INSTALL
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 openedACTIVATE
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"
}USE
- 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.