Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Step ChainNew to Visual Studio Code? Get it now.
Step Chain

Step Chain

FMouse

|
3 installs
| (0) | Free
Intelligent agent creation tool Step Chain
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Step Chain Extension

一个 VSCode 插件,用于创建 Joycode智能体

功能

  • 在 VSCode 中打开 Step Chain 面板
  • 集成现有的 Step Chain React 应用
  • 提供完整的 webview 支持

使用方法

  1. 安装插件后,使用命令面板 (Ctrl+Shift+P 或 Cmd+Shift+P)
  2. 搜索并执行 "Step Chain: Open Panel" 命令
  3. Step Chain 界面将在新的面板中打开

开发

前置要求

  • Node.js
  • npm
  • VSCode

安装依赖

npm install

编译

npm run compile

开发模式

npm run watch

项目结构

├── src/
│   └── extension.ts          # 主插件文件
├── webview/
│   └── dist/
│       └── step-chain/       # Step Chain 应用文件
├── out/                      # 编译输出目录
├── package.json              # 插件配置
└── tsconfig.json            # TypeScript 配置

许可证

MIT

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