New features:
- Conditional replacement
Conditional Replacement
Now you can add BeforeReplace
and AfterReplace
functions in your snippets to execute code before/after replacing a snippet marker.
BeforeReplace
should return a boolean (if true, the snippet gets replaced, otherwise it won't)