Actionable
Actionable copied to clipboard
Feature Request: Sublime Text styled macros.
Will this have sublime text macro capabilities where it can write text based on regex expressions or # of characters written? Example:
|
-
a|
-
--
ad|
--
<snippet>
<content><![CDATA[
${1/./-/g}
${1:}
${1/./-/g}
]]></content>
<tabTrigger>aaa</tabTrigger>
</snippet>