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.
This command automatically adds `Set`, `Do` and `Write` to your InterSystems ObjectScript code.
@@ -69,25 +63,33 @@ This command automatically adds `Set`, `Do` and `Write` to your InterSystems Obj
69
63
70
64
### `Add Method Description`
71
65
72
-
Generates description templates for your Methods. Just put your cursor in the Method and execute this command. Only works with `Method` and `ClassMethod`.
66
+
Generates description templates for your method. Just put your cursor in the method and execute this command. Only works with `Method` and `ClassMethod`.
> Tip: Install the [SQLTools](https://github.com/mtxr/vscode-sqltools) extension to execute the statement directly in VSCode.
87
81
82
+
### `Create New Wizard`_BETA_
83
+
84
+
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.
@@ -97,12 +99,21 @@ Translate an ObjectSCript Method to embedded python. Will generate a new method
97
99
98
100
## Requirements
99
101
100
-
The [InterSystems ObjectScript Extension](https://intersystems-community.github.io/vscode-objectscript/) should be installed and an active Texteditor with an Intersystems ObjectScript file should be open.
102
+
- Visual Studio Code 1.73.0 or higher
103
+
- The [InterSystems ObjectScript Extension](https://intersystems-community.github.io/vscode-objectscript/) should be installed and an active Texteditor with an Intersystems ObjectScript file should be open.
101
104
102
105
---
103
106
104
107
## Installation
105
108
109
+
### Install from VSCode Marketplace
110
+
111
+
- Open the Extensions sidebar in Visual Studio Code
112
+
- Search for `OwnObjectScriptExtension`
113
+
- Click `Install`
114
+
115
+
### Install from GitHub
116
+
106
117
- Clone this repository (recommended under `~/.vscode/extensions`):
107
118
108
119
```shell
@@ -129,16 +140,16 @@ This extension will create a directory named _ownobjectscriptextension-workspace
129
140
130
141
### Own ObjectScript Modifier
131
142
132
-
-`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.
143
+
-`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.-->
133
144
-`Show ObjectScript Keywords`: Shows the current list of keywords.
134
145
-`Add ObjectScript Keyword`: Adds an Objectscript keyword to options.json. If a line starts with one of those keywords no modifier will be added.
135
146
-`Remove ObjectScript Keyword`: Remove an ObjectScript keyword.
136
147
137
-
> Tip: Lines starting with a keyword will be ignored.
148
+
> Tip: Lines starting with a keyword will be ignored by the command `Add ObjectScript Modifier`.
138
149
139
150
### Own ObjectScript Comment
140
151
141
-
-`Add Method Description`: Adds a description template to your Method or ClassMethod. See [here](#add-method-description) for more information.
152
+
-`Add Method Description`: Adds a description template to your `Method` or `ClassMethod`. See [here](#add-method-description) for more information.
142
153
-`Add Inline Comments`: Adds a comment in the current Method every specified count of lines without any comment (Default is every 5 lines).
143
154
-`Edit Method Description Template`: Opens the _MethodDescriptionTemplate.json_ file so can edit the method template. Reload Window after editing.
144
155
@@ -198,6 +209,10 @@ The extension will add a new color theme called _InterSystems Real Dark_. You ca
198
209
199
210
---
200
211
212
+
View on [Marketplace](https://marketplace.visualstudio.com/items?itemName=PhilippB.ownobjectscriptextension).
213
+
214
+
---
215
+
201
216
by [Philipp B.](https://github.com/phil1436)
202
217
203
218
powered by [InterSystems](https://www.intersystems.com/).
0 commit comments