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 e3163bc commit fd541afCopy full SHA for fd541af
snippets/objectscript-class.json
@@ -16,7 +16,7 @@
16
"body": ["Method $1($2) As ${3:%Status}", "{", "\tset $4 = \\$\\$\\$OK", "\t$0", "\treturn $4", "}"]
17
},
18
"Property": {
19
- "prefix": "property",
+ "prefix": "Property",
20
"body": "Property $1 As ${2:%String};"
21
22
"Unique Property": {
0 commit comments