951 B
951 B
Full completions for the Chai Assertion Library
This sublime package will install completions for bdd and tdd:
You can read the full API for chai syntax.
The completions work in both Javascript and CoffeeScript.
This package was merged with pahen's package in Sublime Package Control.
Installation
Install with Sublime Package Control if possible.
- Super + Shift + P
- Install Package
- Chai Completions
or without Sublime Package Control:
cd ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
git clone git://github.com/pensive612/sublime-chai-full-completions.git
restart Sublime Text and you're good to go.
Improvements and suggestions are welcome...