feat: snippets

This commit is contained in:
2025-07-18 14:42:50 +02:00
parent 8b092ec8be
commit 97d757dcfc
3 changed files with 26 additions and 0 deletions

View File

@@ -16,5 +16,13 @@
"$0"
],
"description": "Defines a JSX component"
},
"Create Docstring": {
"prefix": "docstring jsdoc",
"body": [
"/**\n* ${1:Description}\n* @param {${2:Type}} ${3:Name}\n* @returns {${4:Type}} ${5:Name}\n*/",
"$0"
],
"description": "Creates a new JSDoc string"
}
}