simonewebdesign / sublime-chai-full-completions

Full completions for Chai Library: should, expect and assert syntax. Works with Javascript and CoffeeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/seethroughtrees/sublime-chai-full-completions.git

restart Sublime Text and you're good to go.

Improvements and suggestions are welcome...

About

Full completions for Chai Library: should, expect and assert syntax. Works with Javascript and CoffeeScript.