Initial Release
This extension is a function for inserting comments and descriptions into InterSystems ObjectScript.
If you click “Add comment” from the context menu on the code, a fixed phrase that matches the cursor position will be inserted.
Fixed phrases can be freely specified from the settings.
You can control whether or not there is an explanation for the argument depending on the value of “Comment Method Add Arguments” from the settings.
version 1.0.0
The format of the method description has become more flexible.
${argumentName}
represents the argument name, ${argumentType}
represents the argument type, and ${default}
represents the initial value.
In “Comment To ObjectScript”, the line containing ${argumentName}
is repeated for each argument.