tanepiper/SublimeText-Nodejs

Autocompletion duplicates root object

craignied opened this issue · 3 comments

If I start to type an object and method in JS, say

screen shot 2017-03-30 at 2 39 05 pm

and then hit tab, the root object is duplicated in the autocomplete, eg.

http.http.createServer(requestListener);

varp commented

@craignied Will work on this in the next couple days

varp commented

@craignied please check out the new branch issue-61. It should solve the problem.

varp commented

Fixed in a new release v1.5.5. Check out the master branch or install the new version from package manager.