Autocompletion duplicates root object #61
Closed
Comments
@craignied Will work on this in the next couple days |
@craignied please check out the new branch issue-61. It should solve the problem. |
Fixed in a new release v1.5.5. Check out the master branch or install the new version from package manager. |
varp
added a commit
to varp/SublimeText-Nodejs
that referenced
this issue
Oct 11, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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);
The text was updated successfully, but these errors were encountered: