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
- Host: GitHub
- URL: https://github.com/chantastic/snippets-sublime-toolkitv5
- Owner: chantastic
- Created: 2011-12-29T21:47:02.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-14T15:19:58.000Z (over 14 years ago)
- Last Synced: 2024-11-28T12:16:47.763Z (over 1 year ago)
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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