Open QiangF opened 8 years ago
Would be nice.
I just recently migrated to Doom emacs, archiving my personal emacs config framework.
I was happy to see that auto-yasnippet is included by default. Given the number of people using Doom emacs now (and the vibrant community they have). It'll be excellent to have this feature, and I think active users of auto-yas would increase with this type of convenience feature.
All we'd need is a list containing the current temporary snippets, and then it's a simple completing-read to hook into the active Doom completion method (I think default is Vertico.)
I will have a look at implementing this.
Check out the draft proposal PR for history.
Since auto-yasnippet is just an advanced copy-paste tool. Why not make aya-expand behave like counsel-browse-kill-ring and let user choose which one to apply from the last used auto-yasnippet list?