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

https://github.com/chantastic/snippets-sublime-toolkitv5

Emporium Plus TOOL KIT v5 Snippet Library for Sublime Text
https://github.com/chantastic/snippets-sublime-toolkitv5

Last synced: 8 months ago
JSON representation

Emporium Plus TOOL KIT v5 Snippet Library for Sublime Text

Awesome Lists containing this project

README

          

Emporium Plus TOOLKIT v5 `Sublime Text 2` `Snippets`
=====================

A [Sublime Text 2](http://sublimetext.com/2) snippet library for the popular [Miva Merchant](http://mivamerchant.com) module by [Emporium Plus](http://emporiumplus.com).

Installation
------------

* Download the Snippets via ZIP, SSH, or `git clone`
* Copy all snippets into your

* `~/Library/Application\ Support/Sublime\ Text 2/Packages/` ( OS X )
* `\AppData\Roaming\Sublie Text 2\Packages\User\` ( WIN )

Usage
-----
These stippets are not bound to a specific filetype. To avoid conflicts with other snippet libraries, the 'tk-' leader is prepended to all snippet names.

`tk-functionname`

For example, typing:

tk-attr + TAB

expands:

Hitting `TAB` or `SHIF + TAB` will toggle through the function parameters. In this case, starting with `account` and concluding on `l.all_settings:product:id`

__NOTE__ The leader is `tk-` because dash preserves ST2 auto-complete and suggestions. , / . : all break this

Contribution
------------

If you find a bug please open an issue or email — [mchan@mivamerchant.com](mchan@mivamerchant.com)

###—chan