Actionable icon indicating copy to clipboard operation
Actionable copied to clipboard

Feature Request: Sublime Text styled macros.

Open j-a-s-o-n-g opened this issue 2 years ago • 0 comments

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>

j-a-s-o-n-g avatar Feb 12 '23 05:02 j-a-s-o-n-g