Skip to content

Commit

Permalink
Merge pull request #3385 from BaiShouDan/master
Browse files Browse the repository at this point in the history
MOD Use filename instead of ClassName
  • Loading branch information
JoeRobich authored Nov 22, 2019
2 parents 9f1da5f + d4410a1 commit a443376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@
"constructor": {
"prefix": "ctor",
"body": [
"${1:public} ${2:ClassName}(${3:Parameters})",
"${1:public} ${2:$TM_FILENAME_BASE}(${3:Parameters})",
"{",
" $0",
"}"
Expand Down

0 comments on commit a443376

Please sign in to comment.