-
Notifications
You must be signed in to change notification settings - Fork 38
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
Is this a bug? #14
Comments
I have been using Sublime3, Windows, ES6 and JSX. |
This error "import _init" is a false-positive! see comments on #13 Can you give me the whole logs?? |
However I tried this plugin on Windows 10, Sublime Text 3 Build 3124, with also this plugins installed:
and it works properly! I got hints and completions. Did you try uninstalling and reinstalling this plugin?? |
Yes. twice reinstalling this plugin. |
So, if you turn on jQuery for example, you get also completions of DOM, arrays, etc?? Try this: use default settings and check logs after typing something in a javascript context (like "document", "getElement ... ", etc)! Maybe there are problems with some completions during query completions. or maybe did you set User's settings?? |
Um,... Maybe it is my system problem. I will try again to reinstall the 'Sublime Text3'. |
Ok.. If the problem persists, try like I said and show me your logs! |
I had the same problem. Not working auto-completion of words. Reinstallation did not help. The problem was solved by disabling - enabling the plugin on every startup. Then I opened the plugins folder and found several folders JavaScriptCompletions, deleted all, installed again. Still works without problems. |
Thank you @Henerator! |
Sublime Text 3. Now it is 3124Build, but the problem had appeared after upgrading from the previous build. |
Ok! I don't know why you found several folders "JavaScript Completions" into plugins folder! |
Hi.
'Auto-complete' it does not work after the update.
(ex. DOM selectors, array functions, etc..)
The text was updated successfully, but these errors were encountered: