We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fd64f commit dbe8bc6Copy full SHA for dbe8bc6
Snippets/Param-String.sublime-snippet
@@ -0,0 +1,11 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<String Name="${1:string var name}">
4
+ <Description><![CDATA["{2:paramlist name}"]]${-1}></Description>
5
+ <Value><![CDATA["${3:string content}"]]${-1}></Value>
6
+</String>
7
+]]></content>
8
+ <tabTrigger>string</tabTrigger>
9
+ <description>String (Paramlist)</description>
10
+ <scope>text.xml</scope>
11
+</snippet>
0 commit comments