ivy-yasnippet icon indicating copy to clipboard operation
ivy-yasnippet copied to clipboard

Preview yasnippet snippets with ivy

Results 4 ivy-yasnippet issues
Sort by recently updated
recently updated
newest added

Accidentary enter mini-buffer prompt if candidate snippet have completing-read. ### repro step 1. save below snippet as `~/snippet/org-mode/begin_src` ``` # name: begin_src # key: begin_src # -- #+begin_src ${1: $$(yas-completing-read...

#### Runtime Environment - MX Linux 18 - GNU Emacs 27.0.50 - [~/.emacs.d](https://github.com/mrbig033/emacs) - [my yasnippets packages configurations](https://github.com/mrbig033/emacs/blob/master/modules/packages/prog/prog.org#yasnippets-packages) #### Issue - This is the snippet in question: ``` # key:...

I first thought that I wasn't able to find some snippets, but I realized the ivy minibuffer is only matching the snippet descriptions, not the keys. I tried playing with...

This lets snippets distinguish between "preview mode" and "expanding for real", and fixes the issue identified by @Rathur421 in https://github.com/mkcms/ivy-yasnippet/issues/10#issuecomment-1220714264.