-
Notifications
You must be signed in to change notification settings - Fork 10
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
Autocomplete-plus doesn't work with atom-haxe; #43
Comments
while we waiting this bug to be fixed, simply hack the variable excludeLowerPriority:true in file /haxe/lib/completion/provider.js and set it as false |
The haxe autocomplete provider should indeed not mute the language-haxe provider. I will try to enable the option for a while to see if it is not causing other issues and push the change if it's fine. |
@misterpah where should I find that file on a Mac? I looked in /usr/lib/haxe… |
excludeLowerPriority:false worked for me, thanks! |
As the title suggests, when the haxe plugin is activated autocomplete-plus doesn't work properly, i.e. it doesn't suggest words while I'm typing, but if I disable haxe, autocomplete-plus works properly.
I have the same problem in linux and mac, even with a fresh installation.
By the way, when I restart the haxe completition server, the debug log shows the following output:
The text was updated successfully, but these errors were encountered: