File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6194,8 +6194,8 @@ children:
6194
6194
prefix_values : [':function']
6195
6195
description : null
6196
6196
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 }"
6199
6199
iconPath : null
6200
6200
input : [none]
6201
6201
inputPath : null
Original file line number Diff line number Diff line change @@ -1301,8 +1301,8 @@ class ${1:ModelName} extends CI_Model {
1301
1301
1302
1302
snippet "tpl_function" do |s |
1303
1303
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
1306
1306
}'
1307
1307
end
1308
1308
end
You can’t perform that action at this time.
0 commit comments