Add snippet for profile extension object (#7757)
This commit is contained in:
Родитель
c8f6661ff3
Коммит
341041cd86
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"Snippet: ProfileExtension": {
|
||||
"prefix": "tprofileextension",
|
||||
"body": [
|
||||
"profileextension ${1:MyProfileExt} extends ${2:MyTargetProfile}",
|
||||
"{",
|
||||
"\tCaption = '${3:New Caption}';",
|
||||
"\tCustomizations = ${0:Customizations};",
|
||||
"}"
|
||||
],
|
||||
"description": "Snippet: Profile extension"
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче