Smarter Swift snippets

from blog lmno.lol @alvaro, | ↗ original
Jari Safi published a wonderful Emacs video demoing python yasnippets in action. The constructor snippet, automatically setting ivars, is just magical. I wanted it for Swift! I took a look at the [[init]{.underline}]{.underline} snippet from Jorgen Schäfer's elpy. It uses elpy-snippet-init-assignments to generate the assignments. With small...