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 087327a commit 87db9a0Copy full SHA for 87db9a0
Messages/v3.4.2.txt
@@ -18,4 +18,7 @@ has successfully updated
18
CHANGELOG:
19
20
# fixed
21
-• Some Snippets didn't work as expected.
+• Some Snippets didn't work as expected.
22
+
23
+# added
24
+• Snippet for an Array inside a Parameter
Snippets/Param-Array.sublime-snippet
@@ -0,0 +1,10 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<ArrayValues FirstDimension="1" SecondDimension="0">
4
+ <AVal Row="1">${1:0}</AVal>
5
+</ArrayValues>
6
+]]></content>
7
+ <tabTrigger>array</tabTrigger>
8
+ <description>Array inside a Param (Paramlist)</description>
9
+ <scope>text.xml</scope>
10
+</snippet>
0 commit comments