Fork me on GitHub
#cider
<
2016-08-29
>
radon14:08:48

@lvh: That seems like the kind of thing that happens when you don’t have a REPL running, or you haven’t evaluated the ns declaration in the namespace you are working on, or you haven’t evaluated the forms you want to be autosuggested, or they are not required…

radon14:08:04

I don’t know about matching input is required though.

lvh15:08:56

@radon: Yeah; REPL is running and ns is eval’d, though

lvh15:08:27

Also, sometimes some-ns-alias/x<BACKSPACE><TAB> works even wieh some-ns-alias/<TAB> doesn't

radon15:08:39

Oh… that sounds really bad. I’ve been having some trouble as well with Company sometimes refusing to give me completions unless I company-manual-begin. I can’t consistently reproduce it, though.

lvh15:08:52

in-repl it works consistently