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 c421cbe commit 86f752dCopy full SHA for 86f752d
Snippets/function xx( ).tmSnippet
@@ -5,7 +5,7 @@
5
<key>content</key>
6
<string>${1:public }function ${2:FunctionName}(${3:\$${4:value}${5:=''}})
7
{
8
- ${0:// code...}
+ ${0:# code...}
9
}</string>
10
<key>name</key>
11
<string>function …</string>
0 commit comments