If I start to type an object and method in JS, say <img width="402" alt="screen shot 2017-03-30 at 2 39 05 pm" src="https://cloud.githubusercontent.com/assets/1330498/24523244/0613a8f6-1558-11e7-977c-78e8b97fc644.png"> and then hit tab, the root object is duplicated in the autocomplete, eg. `http.http.createServer(requestListener);`
If I start to type an object and method in JS, say
and then hit tab, the root object is duplicated in the autocomplete, eg.
http.http.createServer(requestListener);