Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Ruby EvalNew to Visual Studio Code? Get it now.
Ruby Eval

Ruby Eval

Dmitry Barskov

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

Ruby Eval

Web extension (works in VS Code, vscode.dev and github.dev) to evaluate ruby scripts.

Features

  • Evaluates top level statements
  • Works in a browser (Ruby 3.4 does not work in Safari)
  • Supports stdout/stdin

Feature demonstration

Technologies used

It runs code inside your VSCode instance worker. Leverages ruby-prism to parse source code and ruby-wasm to create Ruby VMs and evaluate the code.

Extension Settings

This extension contributes the following settings:

  • ruby-eval.rubyVersion: Sets Ruby version (3.2 or newer)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft