You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creates a new ObjectScript Class, Message, Business Service or Business Operation similar to the InterSystems Studio Wizard. Just execute the command and follow the instructions.
@@ -91,6 +101,10 @@ This extension will create a directory named _ownobjectscriptextension-workspace
91
101
92
102
## Commands
93
103
104
+
### Own ObjectScript Create
105
+
106
+
-`Create New Class`: Creates a new ObjectScript class. See [here](#create-new-class) for more information.
107
+
94
108
### Own ObjectScript Modifier
95
109
96
110
-`Add ObjectScript Modifier`: Adds `Set`, `Do` and `Write` modifier to your ObjectScript code. See [here](https://github.com/phil1436/ownobjectscriptextension#add-objectscript-modifier) for more information.
@@ -131,6 +145,10 @@ Go to `File > Preferences > Settings` and than navigate to `Extensions > OwnObje
131
145
132
146
-`In Line Comment Count`: Sets the line count between added comments for `Own ObjectScript Comment: Add Inline Comments` (Default: _5_).
133
147
148
+
### Create
149
+
150
+
-`Ask For Package First`: Set if the extension should ask for the package first (Default: _disabled_).
151
+
134
152
---
135
153
136
154
## Bugs
@@ -141,10 +159,9 @@ Go to `File > Preferences > Settings` and than navigate to `Extensions > OwnObje
"markdownDescription": "If enabled the command `Own ObjectScript Create: Create New Class` will first ask for the package name and then for the class name."
0 commit comments