-
Notifications
You must be signed in to change notification settings - Fork 5
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 Issues #30
Comments
@JamesCoyle what is you atom version? I'm using 1.26 and the command You may toggle key binding resolver by command |
Atom version: 1.26.1 The command is configurable in the autocomplete settings. It doesn't matter if I use the keybindings or the command directly from the command palette though: neither option works. I've checked the keybinding resolver and it is triggering correctly but is just not inserting the text. |
@JamesCoyle I cannot reproduce on my environment even with ide-html removed. Are there any personal configs for core packages ---
on your environment? (Usually it is recorded in
|
I have this same issue... Gif image attached.Are there any personal configs for core packages ---
on your environment? (Usually it is recorded in application:open-you-config) I found something similar to this once where linter was the issue for someone. Never found out anything more than that. UPDATE: This issue also happens for me on scss ide for many things. So it seems to be related to Atom-ide-ui and some other package, I will test and find out. UPDATE: I disabled all other packages ( except core packages )except atom-ide-ui and ide-html and still have this issue. I also uninstalled the default autocomplete-html package to see if it was interfering. But was not the cause. Let me know what else I can do to help you reproduce this. Would love to see this fixed :-) NOTE: I have tried everything I could think of to find the issue here. The only other time that I had a similar issue was when I had "activate-power-mode" installed, and it caused this exact same issue with the default autocomplete.. So maybe something could be found there. |
Description
I'm having issues with the autocomplete entries that are provided by this package. If I select an item in the autocomplete UI and trigger the
autocomplete-plus:confim
command from either the hotkeys defined or the command palette, the autocomplete UI disappears but the value does not get inserted. Other autocomplete options from different packages appear to work correctly.Expected Behavior
I hit tab and the autocomplete value gets inserted.
Actual Behavior
The autocomplete UI is dismissed but no value is inserted.
Steps to Reproduce
Your Environment
The text was updated successfully, but these errors were encountered: