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 i…