I am trying to use ternJS to autocomplete the ember library. I want to be able to do Ember. and see a list of all the functions and or properties. Here is what I have in my .tern-project file
{
"libs": [
"browser",
"underscore",
"jquery"
],
"loadEagerly": ["bower_components/ember/*.js"]
"plugins": {
"node": {}
}
}
Any thoughts on what I am missing? Thanks