tern-chancejs
v0.1.0
Published
A Tern plugin adding support for chance.
Downloads
1
Readme
tern-chancejs
A Tern plugin adding Chance.js support.
Currently supported functions:
bool character floating integer natural string paragraph sentence syllable word guid hash unique
Installation with tern_for_vim
- Go to your tern_for_vim directory
cd ~/.vim/bundle/tern_for_vim
- Install tern-chancejs
npm install tern-chancejs
- Put
{
...
"plugins": {
...
"chancejs": {},
...
}
...
}
into your project's .tern-project file(to plugins section).