MOBILE-4362 dx: Add inheritdoc snippet
This commit is contained in:
parent
a30dd27943
commit
40d58647af
9
.vscode/moodle.code-snippets
vendored
9
.vscode/moodle.code-snippets
vendored
@ -110,4 +110,13 @@
|
|||||||
],
|
],
|
||||||
"description": "[Moodle] Create a Pure Singleton"
|
"description": "[Moodle] Create a Pure Singleton"
|
||||||
},
|
},
|
||||||
|
"Innherit doc": {
|
||||||
|
"prefix": "inheritdoc",
|
||||||
|
"body": [
|
||||||
|
"/**",
|
||||||
|
" * @inheritdoc",
|
||||||
|
" */"
|
||||||
|
],
|
||||||
|
"description": "Add @inheritdoc documentation block"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user