ternjs / tern_for_sublime

Sublime Text package adding Tern support
MIT License
801 stars 54 forks source link

Please make a youtube tutorial on how to install this #137

Closed predragnikolic closed 8 years ago

predragnikolic commented 8 years ago

This is the 5th time I am trying to install this without success. The problem is not with this package, the problem is me.

I have a .tern-project { "libs": ["browser"], "plugins": { "node": {} } }

In Tern.sublime-settings I have

{
    "tern_argument_hints": true,
    "tern_argument_completion": true

}

in Preferences.sublime-settings

{
    "ignored_packages":
    [
        "Vintage"
    ],
    "auto_complete_triggers": [ {"selector": "text.html", "characters": "<"}, {"selector": "source.js", "characters": "."} ],
"auto_complete": true
}

So please can you write me a baby step by step on how to get this to work, if not that is ok.