Closed predragnikolic closed 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": {} } }
.tern-project
{ "libs": ["browser"], "plugins": { "node": {} } }
In Tern.sublime-settings I have
Tern.sublime-settings
{ "tern_argument_hints": true, "tern_argument_completion": true }
in Preferences.sublime-settings
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.
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 havein
Preferences.sublime-settings
So please can you write me a baby step by step on how to get this to work, if not that is ok.