Giter VIP home page Giter VIP logo

Comments (6)

clason avatar clason commented on June 9, 2024 1

vim.snippet.jumpable() is a strange name and overlaps with active().

These are very different things. I feel we are rehashing discussions we've already had on the original PR.

from neovim.

justinmk avatar justinmk commented on June 9, 2024

Is it likely that we will want vim.snippet.get() in the future?

from neovim.

justinmk avatar justinmk commented on June 9, 2024

vim.snippet.jumpable() is a strange name and overlaps with active().

These are very different things.

How is anyone supposed to figure that out based on the documentation? The documentation doesn't imply any difference, it simply uses the word "active" for both cases.

vim.snippet.active()                                    *vim.snippet.active()*
    Returns `true` if there's an active snippet in the current buffer.

vim.snippet.jumpable({direction})                     *vim.snippet.jumpable()*
    Returns `true` if there is an active snippet which can be jumped in the
    given direction. 

I feel we are rehashing discussions we've already had on the original PR.

Yes, I thought so too. But the docs need to be improved then.

from neovim.

MariaSolOs avatar MariaSolOs commented on June 9, 2024

@justinmk We can indeed merge jumpable into active. However I feel like it might not help with the ease of use around the API because of some cases like: If the cursor is modifying the one and only tabstop in a snippet, then jumpable(1) and jumpable(-1) are both false but active() should return true. So here the union of jumpable(d) for each d in direction is not equal to active(), which feels a bit odd imo.

from neovim.

justinmk avatar justinmk commented on June 9, 2024

If the cursor is modifying the one and only tabstop in a snippet, then jumpable(1) and jumpable(-1) are both false but active() should return true.

in that case the results would be:

active()   -- true
active(-1) -- false
active(1)  -- false

right? seems clear to me. active() gives a different result when its search space is filtered. That works like any other filter.

from neovim.

MariaSolOs avatar MariaSolOs commented on June 9, 2024

right? seems clear to me. active() gives a different result when its search space is filtered. That works like any other filter.

Right, but there's no filter combination that matches the unfiltered result, which I find a bit odd. I might be overthinking it though, I'm truly indifferent about removing vim.jumpable or not.

from neovim.

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.