Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Comment to ObjectScriptNew to Visual Studio Code? Get it now.
Comment to ObjectScript

Comment to ObjectScript

BiiBridge Inc.

|
31 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft