mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-23 11:49:38 +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:
@@ -14,6 +14,7 @@
|
||||
},
|
||||
"Class Definition": {
|
||||
"prefix": "class",
|
||||
"isFileTemplate": true,
|
||||
"body": [
|
||||
"class ${1:name} {",
|
||||
"\tconstructor(${2:parameters}) {",
|
||||
|
||||
Reference in New Issue
Block a user