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 78271e8 commit d53f46cCopy full SHA for d53f46c
Snippets/Param-Length.sublime-snippet
@@ -1,8 +1,8 @@
1
<snippet>
2
<content><![CDATA[
3
-<Length Name="${1:length_var}">
4
- <Description><![CDATA["${2:param name}"]]${-1}></Description>
5
- <Value>0</Value>
+<Length Name="${1:length var name}">
+ <Description><![CDATA["${2:paramlist name}"]]${-1}></Description>
+ <Value>${3:0}</Value>
6
</Length>
7
]]></content>
8
<tabTrigger>length</tabTrigger>
0 commit comments