Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>OO Rhino DevelopmentNew to Visual Studio Code? Get it now.
OO Rhino Development

OO Rhino Development

Neo Wees

|
69 installs
| (0) | Free
Operations Orchestration Rhino support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Operations Orchestration Rhino support for Visual Studio Code

Supports syntax highlighting for JavaScript Rhino; file extension .rhino

Supports MicroFocus / OpenText Operations Orchestration versions >= 2022.11

This extension is developed to help you with content authoring inside MicroFocus / OpenText Operations Orchestration Studio. Scriptlets are optional parts of an operation that you can use to manipulate data from either the operation's inputs or results.

More info on OpenText Documentation >

Setup a development environment on Windows:

  1. Install JAVA.
  2. Download latest Rhino from Mozilla: https://github.com/mozilla/rhino/releases/ (JAR file like: rhino-1.7.15.jar)
  3. Copy JAR file to the desired location, for example C:\rhino.
  4. Note the location of Rhino engine: C:\rhino\rhino.jar.
  5. Install code runner extension (https://marketplace.visualstudio.com/items?itemName=formulahendry.code-runner).
  6. Open VS Code settings and switch to (Open Settings JSON). Find "code-runner.executorMap" object and add rhino: "rhino":"cd $dir && java -cp C:\\rhino\\rhino.jar org.mozilla.javascript.tools.shell.Main $fileName",.
  7. Create a file with .rhino extension.
  • Now you can run Rhino script inside VS Code!

Features:

  • Syntax highlighting
  • Operations Orchestration Scriptlet Templates
  • Code blocks completion
  • OO Studio Snippets
  • Search and insert OO Studio Project Scriptlet into VS Code

Commands:

  • OO Rhino - Find and copy Scriptlet from OO Project
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft