Giter VIP home page Giter VIP logo

Comments (9)

purcell avatar purcell commented on May 23, 2024

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

from ac-nrepl.

gtrak avatar gtrak commented on May 23, 2024

I'm willing to do it.

The primary motivator is cljs support, which means I have to remove direct references to complete.core. Since there are multiple ac-sources, I think I'd have to switch off the others in the presences of cider's implementation. Do you have any thoughts on that?

from ac-nrepl.

purcell avatar purcell commented on May 23, 2024

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 lose that if we could avoid it... do the candidates returned by nrepl have any meta info indicating their type?

from ac-nrepl.

gtrak avatar gtrak commented on May 23, 2024

No, but it would be better than nothing in the case that the op is
available. I could reconsider the implementations, but it's not a small
amount of work.

Alternatively, there exists an 'info' op that returns detailed information
about a particular symbol. That could be used in some way to enhance the
output.
(Edit: I see now that it could be used for the tooltip)

On Tue, Feb 18, 2014 at 10:31 AM, Steve Purcell [email protected]:

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 lose that if we could avoid it... do the candidates returned by
nrepl have any meta info indicating their type?

Reply to this email directly or view it on GitHubhttps://github.com//issues/49#issuecomment-35395368
.

from ac-nrepl.

purcell avatar purcell commented on May 23, 2024

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 source backed by nrepl's complete op, thereby losing the "v", "f" symbols etc. I don't think we should retain all the code which uses core.complete just to keep those symbols there. Let's ping @samaaron here and see what he thinks.

from ac-nrepl.

purcell avatar purcell commented on May 23, 2024

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

from ac-nrepl.

gtrak avatar gtrak commented on May 23, 2024

Maybe an easy compromise is to add a filter param to the 'complete' op.
That would be less intrusive than changing the return structure.

EDIT 4/10/2014: I think I'm going with this.

3 calls is not much worse than 1.

from ac-nrepl.

gtrak avatar gtrak commented on May 23, 2024

Cider-nrepl middlewares must be loaded in your project for this to work,
it's still pre-release. The cider function we'd be calling has existed for
some time already, not sure how recent.

On Tuesday, February 18, 2014, Steve Purcell [email protected]
wrote:

@gtrak https://github.com/gtrak How recent must nrepl and/or cider be
for the complete op to be available?

Reply to this email directly or view it on GitHubhttps://github.com//issues/49#issuecomment-35397265
.

from ac-nrepl.

MalloZup avatar MalloZup commented on May 23, 2024

autogenerated with https://github.com/MalloZup/doghub: issue inactive since 450 days. Please update the issue or close it

from ac-nrepl.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.