Skip to content

biibridge/CommentToObjectScript

Repository files navigation

Comment to ObjectScript README

This extension is a function for inserting comments and descriptions into InterSystems ObjectScript.

Features

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.

Insert class description

class

Inserting descriptions into properties, etc.

property

insert a description into the method

method

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.

History

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.

About

Add comments to ObjectScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •