An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

UIkit-Sublime
=============

UIkit team made their official plugin

UIkit Sublime

with classnames and data attributes.

This plugin will not be maintained anymore.

Enjoy coding...

__________________________________________________________

History

UIkit CSS Class name completion, for Sublime text editor.

UIkit Framework

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 opened

ACTIVATE

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.