Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SimforgeNew to Visual Studio Code? Get it now.
Simforge

Simforge

Simforge

| (0) | Free
Quickly jump to Simforge web portal to modify your prompt configurations
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Simforge VS Code Extension

Quickly jump from your code to the Simforge web portal to modify prompt configurations.

Features

⚒️ CodeLens Integration

When you have simforge.call("methodName", ...) in your code, a clickable "Open in Simforge" link appears above it. Click it to open the Simforge web portal and edit your prompt configuration.

CodeLens Example

Supports:

  • TypeScript / JavaScript
  • Python

⚙️ Settings

Configure your Simforge API key and service URL in VS Code settings:

  1. Open Command Palette (Cmd+Shift+P / Ctrl+Shift+P)
  2. Run Simforge: Set API Key
  3. Enter your API key

Or set it manually in settings.json:

{
  "simforge.apiKey": "your-api-key-here",
  "simforge.serviceUrl": "https://simforge.goharvest.ai"
}

Installation

  1. Download the .vsix file
  2. Open VS Code
  3. Go to Extensions (Cmd+Shift+X)
  4. Click the ... menu → "Install from VSIX..."
  5. Select the .vsix file

Usage

  1. Set your API key - Run Simforge: Set API Key from the Command Palette
  2. Write code - Use simforge.call("myFunction", {...}) in your code
  3. Click the link - A "⚒️ Open in Simforge" link appears above your call
  4. Edit in portal - Your browser opens to the Simforge web portal

Supported Patterns

The extension detects these patterns:

// TypeScript/JavaScript
simforge.call("extractData", { text: "..." });
sf.call("summarize", { content: "..." });
client.call("analyze", { data: "..." });
# Python
simforge.call("extract_data", text="...")
sf.call("summarize", content="...")
client.call("analyze", data="...")

License

MIT

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