/chai-completions

Chai completions for Sublime Text

MIT LicenseMIT

Chai completions for Sublime Text

usage

Theme used in screenshot is gruvbox

Usage

To trigger Method or Property completions, type chai followed by what your trying to complete.

Function completions can be triggered without typing chai.

Example:

    assert() --> assert(expression, message)
chai.equal() --> .equal(actual, expected, [message])
    chai.all --> .all