|
27 | 27 | - [Features](#features)
|
28 | 28 | - [Create New Wizard _BETA_](#create-new-wizard-_beta_)
|
29 | 29 | - [Add ObjectScript Modifier](#add-objectscript-modifier)
|
30 |
| - - [Add Method Description Template](#add-method-description-template) |
| 30 | + - [Add Method Description](#add-method-description) |
31 | 31 | - [Make Select Statement](#make-select-statement)
|
32 | 32 | - [Translate Embedded Python _BETA_](#translate-embedded-python-_beta_)
|
33 | 33 | - [Requirements](#requirements)
|
@@ -59,15 +59,15 @@ Creates a new ObjectScript Class, Message, Business Service or Business Operatio
|
59 | 59 |
|
60 | 60 | > This feature is still in beta.
|
61 | 61 |
|
62 |
| -### `Add ObjectScript Modifier` |
| 62 | +<!-- ### `Add ObjectScript Modifier` |
63 | 63 |
|
64 | 64 | This command automatically adds `Set`, `Do` and `Write` to your InterSystems ObjectScript code.
|
65 | 65 |
|
66 | 66 | 
|
67 | 67 |
|
68 |
| -> Tip: You can use IntelliSense even if you have errors in your code. |
| 68 | +> Tip: You can use IntelliSense even if you have errors in your code. --> |
69 | 69 |
|
70 |
| -### `Add Method Description Template` |
| 70 | +### `Add Method Description` |
71 | 71 |
|
72 | 72 | Generates description templates for your Methods. Just put your cursor in the Method and execute this command. Only works with `Method` and `ClassMethod`.
|
73 | 73 |
|
@@ -138,7 +138,7 @@ This extension will create a directory named _ownobjectscriptextension-workspace
|
138 | 138 |
|
139 | 139 | ### Own ObjectScript Comment
|
140 | 140 |
|
141 |
| -- `Add Method Description Template`: Adds a description template to your Method or ClassMethod. See [here](#add-method-description-template) for more information. |
| 141 | +- `Add Method Description`: Adds a description template to your Method or ClassMethod. See [here](#add-method-description) for more information. |
142 | 142 | - `Add Inline Comments`: Adds a comment in the current Method every specified count of lines without any comment (Default is every 5 lines).
|
143 | 143 | - `Edit Method Description Template`: Opens the _MethodDescriptionTemplate.json_ file so can edit the method template. Reload Window after editing.
|
144 | 144 |
|
@@ -190,16 +190,16 @@ The extension will add a new color theme called _InterSystems Real Dark_. You ca
|
190 | 190 |
|
191 | 191 | ## [Release Notes](https://github.com/phil1436/ownobjectscriptextension/blob/master/CHANGELOG.md)
|
192 | 192 |
|
193 |
| -### [v0.0.15](https://github.com/phil1436/ownobjectscriptextension/tree/0.0.15) |
| 193 | +### [v0.0.16](https://github.com/phil1436/ownobjectscriptextension/tree/0.0.16) |
194 | 194 |
|
195 |
| -- Color Theme `InterSystems Real Dark` added |
196 |
| -- Command `Create New Class` renamed to `Create New Wizard` |
197 |
| -- Command `Create New Wizard` extended |
| 195 | +- Refactoring |
| 196 | +- Bug fixes |
| 197 | +- Command `Add Method Description Template` renamed to `Add Method Description` |
198 | 198 |
|
199 | 199 | ---
|
200 | 200 |
|
201 | 201 | by [Philipp B.](https://github.com/phil1436)
|
202 | 202 |
|
203 | 203 | powered by [InterSystems](https://www.intersystems.com/).
|
204 | 204 |
|
205 |
| -_This application is **not** supported by InterSystems Corporation._ |
| 205 | +_This application is **not** supported by InterSystems Corporation. Please be notified that you use it at your own responsibility._ |
0 commit comments