Bozhidar Batsov

Results 1760 comments of Bozhidar Batsov

> https://github.com/clojure-emacs/cider-nrepl/blob/master/src/cider/nrepl/middleware/complete.clj We're still debating what exactly to do about it, as it just a thin wrapper over `compliment` and `cljs-tooling`, and there's not much to extract really. We'll likely...

@mauricioszabo We've got a counter-party to orchard for ClojureScript - https://github.com/clojure-emacs/cljs-tooling It supports self-hosted Clojure since version 0.3, so you might also take a look at it. I'm not sure...

Sounds good to me! > The defaults are indeed mostly from the community style guide, with the main exception being the default two-space indent. That's configurable back to one space...

Yeah, that'd be cool. @alexander-yakushev Is there some special support for specs in `compliment`?

> That's not something Compliment can currently do (the eldoc part). It can only offer completion candidates, and also provide documentation for each candidate (but I don't think CIDER uses...

Well, I'd love to see this for cljs and I know many other people would love to see it as well. :-)

> We'd need a client option to tell CIDER to use its own fuzzy matching and ignore completion-styles. Makes sense to me. > These algorithms are also inherently tunable -...

Btw, a related ticket https://github.com/clojure-emacs/cider/issues/467

Any progress here?