tanepiper / SublimeText-Nodejs

nodejs snippets and bindings for Sublime Text 3
Do What The F*ck You Want To Public License
1.13k stars 262 forks source link

Autocompletion duplicates root object #61

Closed craignied closed 7 years ago

craignied commented 7 years ago

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 7 years ago

@craignied Will work on this in the next couple days

varp commented 7 years ago

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

varp commented 7 years ago

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