mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 18:28:58 +00:00
File snippets for HTML and PHP (#161881)
* Adding file snippets for HTML and PHP to start small. * Adding TS
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
},
|
||||
"PHPDoc class …": {
|
||||
"prefix": "doc_class",
|
||||
"isFileTemplate": true,
|
||||
"body": [
|
||||
"/**",
|
||||
" * ${6:undocumented class}",
|
||||
@@ -42,6 +43,7 @@
|
||||
},
|
||||
"PHPDoc function …": {
|
||||
"prefix": "doc_f",
|
||||
"isFileTemplate": true,
|
||||
"body": [
|
||||
"/**",
|
||||
" * ${1:undocumented function summary}",
|
||||
|
||||
Reference in New Issue
Block a user