atom-haskell-archive / autocomplete-haskell

Atom autocomplete-plus provider for haskell
https://atom.io/packages/autocomplete-haskell
MIT License
23 stars 1 forks source link

trying to autocomplete when pressing space #13

Closed davire closed 8 years ago

davire commented 8 years ago

Is it the normal behavior ? Seems annoying to me.

lierdakil commented 8 years ago

See http://flight-manual.atom.io/using-atom/sections/autocomplete/

TL;DR -- it's possible to disable this in autocomplete-plus settings (which is core package in Atom)

davire commented 8 years ago

This is atom 1.6.0 and autocomplete-plus 2.25.0.

I don't see a setting that would prevent the suggestion to appear on a space keypress. On the other hand, there is a setting "minimum word length" set to "default: 3" that seems to be ignored.

Depending on where I am in the source file (not inside a word), I get suggestion after pressing a single space or a single letter

autocomplete

lierdakil commented 8 years ago

Okay, so here's the option I was talking about: image

That said, this business with space seems a little bit unexpected. I'll see what I can do.

lierdakil commented 8 years ago

Okay, 0.6.4 should work as expected. Sorry I misunderstood you the first time around.