Skip to content

Commit bb43849

Browse files
appleapple
authored andcommitted
up
1 parent 4b6571e commit bb43849

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cache.zh_CN.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6194,8 +6194,8 @@ children:
61946194
prefix_values: [':function']
61956195
description: null
61966196
displayName: tpl_function
6197-
expansion: "${1:public/private/protected} function ${2:____}(${3:____}) {\n ${4:____}\n\
6198-
}"
6197+
expansion: "${1:public/private/protected} function ${2:funcName}(${3:$param}) {\n\
6198+
\ //code on here\n}"
61996199
iconPath: null
62006200
input: [none]
62016201
inputPath: null

snippets/snippets.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,8 @@ class ${1:ModelName} extends CI_Model {
13011301

13021302
snippet "tpl_function" do |s|
13031303
s.trigger = ':function'
1304-
s.expansion = '${1:public/private/protected} function ${2:____}(${3:____}) {
1305-
${4:____}
1304+
s.expansion = '${1:public/private/protected} function ${2:funcName}(${3:$param}) {
1305+
//code on here
13061306
}'
13071307
end
13081308
end

0 commit comments

Comments
 (0)