Skip to content
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

Open
tedesmac opened this issue Sep 12, 2015 · 5 comments
Open

Autocomplete-plus doesn't work with atom-haxe; #43

tedesmac opened this issue Sep 12, 2015 · 5 comments

Comments

@tedesmac
Copy link

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:

haxe / completition / server / starting `haxe `on `6112`
haxe / completition / server / Error: Couldn't wait on 127.0.0.1:6112

haxe / completition / server / process exit 1
@misterpah
Copy link

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

@jeremyfa
Copy link
Member

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.

@ConfidantCommunications

@misterpah where should I find that file on a Mac? I looked in /usr/lib/haxe…

@misterpah
Copy link

sorry but i not familiar with Mac.
i saw @jeremyfa 's commit to fix this. (1eae707)

maybe the plugin will be updated in several days.

@adrianmm44
Copy link

excludeLowerPriority:false worked for me, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants