auto-yasnippet
auto-yasnippet copied to clipboard
quickly create disposable yasnippets
Draft proposal of history features. - [x] When a snippet is created, it'll be added to history. - [x] User can select/expand an auto yasnippet from history. - [x] User...
@abo-abo Hi Oleh, I noticed that you haven't been active on this for a few years. First off, I hope you're ok and well. As a contributor, I'd like to...
`res` seems to be a list of strings, not a list of lists. `aya-create` was not working for me before this change, it didn't register the region, and now it...
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?
```elisp In aya-create-one-line: auto-yasnippet.el:420:9: Warning: reference to free variable ‘aya-marker-one-line’ In aya-expand-from-history: auto-yasnippet.el:500:4: Warning: value returned from (> (length aya-history) (user-error "Nothing in aya-history to expand")) is unused In aya-next-in-history:...