Coder Social home page Coder Social logo

Choice Node Integration about cmp_luasnip HOT 8 OPEN

saadparwaiz1 avatar saadparwaiz1 commented on June 12, 2024 1
Choice Node Integration

from cmp_luasnip.

Comments (8)

saadparwaiz1 avatar saadparwaiz1 commented on June 12, 2024

what are you roughly expecting this to look like?

from cmp_luasnip.

p0da avatar p0da commented on June 12, 2024

Whenever the choice node is jumped to, all the possible choices are displayed in cmp (potentially excluding the currently selected one?) and the user can confirm their selection immediately causing it to expand. It would essentially be the same as this just integrated into cmp instead.

from cmp_luasnip.

saadparwaiz1 avatar saadparwaiz1 commented on June 12, 2024

I'm not really sure if integrating with cmp is possible as the sources just provide completion candidates and how to resolve them. A hacky way would be instead of passing snippets we pass in the choice node candidates when a choice node is active but that'd still leave the issue of completion candidate from other sources such as lsp/buffer polluting the completion menu.

@L3MON4D3 any thoughts on this?

from cmp_luasnip.

p0da avatar p0da commented on June 12, 2024

I believe it possible to specify source priorities such that if one source returns completions none of the others are queried which should solve the pollution issue. Can't really speak to the rest of the problem however.

from cmp_luasnip.

L3MON4D3 avatar L3MON4D3 commented on June 12, 2024

In case you're not aware @p0da, luasnip already has integration with vim.ui.select for changing choices.

I'm not really sure if integrating with cmp is possible as the sources just provide completion candidates and how to resolve them.

I think it should be doable, take a look at this piece of code from the ui.select-integration, something similar could be done in the execute-function of a source.

cmp_luasnip could provide a second source for the choices only, then the priority for it could be modified without affecting the snippets.

from cmp_luasnip.

saadparwaiz1 avatar saadparwaiz1 commented on June 12, 2024

I think it should be doable, take a look at this piece of code from the ui.select-integration, something similar could be done in the execute-function of a source.

I can definitely try this out. Will try to create a PR in a few days once I have some time πŸ˜„

from cmp_luasnip.

L3MON4D3 avatar L3MON4D3 commented on June 12, 2024

Nice, looking forward to itπŸ‘

from cmp_luasnip.

saadparwaiz1 avatar saadparwaiz1 commented on June 12, 2024

@L3MON4D3 @p0da do you guys want to try out #45?

from cmp_luasnip.

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.