-
Notifications
You must be signed in to change notification settings - Fork 261
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
Certain completions not appearing #69
Comments
Accepted. Thx 😊 |
@rkpatel33 I'm planning to do grand refactor of the code. Be patient, please. |
Ok cool. Thanks for letting me know. |
@rkpatel33 Did you install JavaScript Next syntax from a package? Could you give a link to it? |
Yes I have that installed. I'm not sure what you meant by giving a link to it, do you want to path to it on my local machine? |
No, I don't need a path on your local machine. If you installed it by PackageControl, could you find it on the packagecontrol.io and give me a link to it? I can guess that you've installed that one - JavaScript Next? But that package has a MISSING status... No one can install it anymore! |
Oh wow. Ok I'll try to get it to you later. But FYI I just switched over to VS Code today and it's like a dream for node development. I commited a couple hours to getting up on it and I think I'm off sublime text for good :) |
Resolved in the refactor branch |
Certain completions do not show up in the popup box, in particular,
console.log
from theNodejs.sublime-completions
file. Not sure what could be interfering with it, any suggestions on tracking it down? Seems most of the other ones do complete based on a random sampling of them.File name is
requests-test.js
and Sublime syntax isJavaScript Next
.The text was updated successfully, but these errors were encountered: