0.1.0 • Published 8 years ago

tern-chancejs v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

tern-chancejs

A Tern plugin adding Chance.js support.

Npm package

tern-chancejs screenshot

Currently supported functions:

bool character floating integer natural string paragraph sentence syllable word guid hash unique

Installation with tern_for_vim

  1. Go to your tern_for_vim directory
cd ~/.vim/bundle/tern_for_vim
  1. Install tern-chancejs
npm install tern-chancejs
  1. Put
{
  ...
  "plugins": {
    ...
    "chancejs": {},
    ...
  }
  ...
}

into your project's .tern-project file(to plugins section).