Benoit de Chezelles

Results 437 comments of Benoit de Chezelles

It might be because I'm still using cmp's native menu. Here is a reproduction script: https://gist.github.com/bew/63bf7c3b01a32e85836e621a1b220e26 ![Peek 2023-10-08 06-45](https://github.com/L3MON4D3/LuaSnip/assets/9730330/c8498fe8-7fa8-4baf-b631-b2326910bc0c)

Note that I'm not using cmp to confirm & expand the snippet: I directly use `` to expand, so cmp's text changes shouldn't be happening

Nevermind, I didn't see I needed to use `k` (`key_indexer.new_key`) with the key to pass it as a node ref. @L3MON4D3 Any reason why passing a string wouldn't do that...

I should be able to try an impl this weekend 👍

I kinda like the RPC-based plugin system (made for go here: https://github.com/hashicorp/go-plugin) With more information here : https://en.m.wikipedia.org/wiki/JSON-RPC In Crystal we won't need any hard modification, I think this would...

I think that `or` could be changed to `and/or` to be more explicit we can do both, or only one of them

In Ultisnips we can use `$0` placeholder to tell the engine what is the 'exit point', meaning we're not in a snippet anymore. Could we have a kind of 'exit...

> Mhmm, yeah that could be implemented with a separate option.. should be worth it if ultisnips behaves like that (and they terminate snippets when the overall region is left,...

Yes, keep in mind that this is plasma-manager, not kde-manager