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 a57ea13 commit 7603fccCopy full SHA for 7603fcc
Snippets/Param-Dict.sublime-snippet
@@ -0,0 +1,14 @@
1
+<snippet>
2
+ <content><![CDATA[
3
+<Dictionary Name="${1:dict_var}">
4
+ <Description><![CDATA["${2:param name}"]]${-1}></Description>
5
+ <Flags>
6
+ <ParFlg_Hidden/>
7
+ </Flags>
8
+ <Value/>
9
+</Dictionary>
10
+]]></content>
11
+ <tabTrigger>dict</tabTrigger>
12
+ <description>Dict (Paramlist)</description>
13
+ <scope>text.xml</scope>
14
+</snippet>
0 commit comments