diff --git a/.vscode/moodle.code-snippets b/.vscode/moodle.code-snippets index 9429495bb..d68e02b60 100644 --- a/.vscode/moodle.code-snippets +++ b/.vscode/moodle.code-snippets @@ -110,4 +110,13 @@ ], "description": "[Moodle] Create a Pure Singleton" }, + "Innherit doc": { + "prefix": "inheritdoc", + "body": [ + "/**", + " * @inheritdoc", + " */" + ], + "description": "Add @inheritdoc documentation block" + } }