We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c772a commit c7dd41fCopy full SHA for c7dd41f
snippets/objectscript-class.json
@@ -5,7 +5,7 @@
5
},
6
"Class Definition with super": {
7
"prefix": "Class",
8
- "body": ["Class $1 Extends ${2:%Persistent}", "{", "$0", "}"]
+ "body": ["Class $1 Extends ${2|%Persistent,%SerialObject,%RegisteredObject|}", "{", "$0", "}"]
9
10
"ClassMethod definition": {
11
"prefix": "ClassMethod",
0 commit comments