-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocompletion duplicates root object #61
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: