I just installed TernJS and I can get intellisense by entering ctrl+space. However, I want to get intellisense, autocomplete, options when I enter a dot after an object in JavaScript.
I tried the following without luck
"auto_complete_selector": "source, text",
I tried the suggestions in Sublime Text 2 auto completion popup does not work properly without luck
Any suggestions?