ac+ has a preference allowing you to switch it to enter - otherwise you can edit your keymap
a simpler solution would be to just switch the ac+ preference for confirming suggestions from tab and enter to enter
“Keymap For Confirming A Suggestion"
bruce
@sqram
How do i manually install a package in atom?
Dan Wyand
@wyand
is there any way to diagnose where a particular completion is coming from? i have autocomplee-snippets turned off, but still have some rather obnoxious completions
e.g., “exit 1<return>” is turning into “exit 1-7”
This message was deleted
(or i suppose i could be more productive and just mention that setting the complete binding to tab only, instead of tab and enter, helps… would just be nice ot know where completions come from).
i can imagine we could include some hover information, perhaps by turning on a preference
Stephan Taylor
@stephantaylor
How do you disable autocomplete+? Or at least the "show suggestions" feature? It is far too buggy and slow in version 1.0.
Stephan Taylor
@stephantaylor
NVM. It's loaded as a package. :-)
Pascal
@pascalpp
pretty much everything is a package
now i'm curious what Atom looks like if you disable ALL packages, including all the core packages :)
daptordarattler
@daptordarattler
is there an autocomplete for java and groovy?
Joe Fitzgerald
@joefitzgerald
@stephantaylor It would be helpful if you could quantify specific issues or expectations you have around behavior. As described above, there's nothing actionable that we can do to make your experience better. What packages do you / did you have installed and active when you ran into your performance issues?
svenkatasubram
@svenkatasubram
how can i check what is the line that is being returned from editor.getText()? console.log(line) does not seem to work.
anything that i log within getSuggestions() is not getting displayed.
hey @joefitzgerald my autocomplete isn't working but otherwise it looks like go-plus is working, autocomplete-plus is activated, and i get a suggestion after 1 keystroke but nothing for more keystrokes and cmd+space doesnt seem to do anything
Joe Fitzgerald
@joefitzgerald
Hmm
Waft version of go?
Can you paste the output from Packages > Go Plus > Display Go Information?