Chai completions for Sublime Text
Theme used in screenshot is gruvbox
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