Can I create a custom snippet that takes a parameter that is replaced multiple times inside the code?
I tried something like:
<#class#> instanceOf&
In Xcode 10 we can replace placeholder tokens with the same name by doing this:
It's not as quick as replacing every token with the same name by default, but it does give you more control over what gets replaced.