Steve Purcell

Results 398 comments of Steve Purcell

Did you enter the parentheses? Here's what you should type: ``` M-: RET (ac-nrepl-setup) RET ```

Thanks: this is certainly planned, but will have to wait until I have some time, or until a corresponding pull request comes in.

The only real advantage of the multiple sources is that the flavour of the completion candidate is indicated, e.g. with "c" or "v". But it would be a shame to...

Yeah, we probably don't want to do extra backend calls to grab info for the completed symbols. I'd vote in favour of just merging the current multiple sources into one...

@gtrak How recent must `nrepl` and/or `cider` be for the `complete` op to be available?

Presumably you just need to make sure that yasnippet's completion source appears earlier in the `ac-sources` list. Since `ac-nrepl-setup` uses `(add-to-list ...)`, the `ac-nrepl` sources will be added at the...

Yep: in general, completion doesn't work well if the namespace isn't defined yet. I don't know if there's a practical strategy for dealing with this.

Strange indeed. There's no recursion going on, and this step usually completes in just a few seconds, even with a pretty full classpath. When I get chance, I'll see if...

Okay, so I added the clj-stacktrace snippet to my profiles.clj, and I still can't reproduce the error. Are you using the snippet currently described at https://github.com/mmcgrana/clj-stacktrace ? The version of...

@mjwillson Can you confirm if that was the issue?