Continue.dev

适用于 VS Code、JetBrains、Vim通用 AI 编程插件

快速开始

skill-seekers scrape --target markdown --config configs/react.json

设置步骤

1. 安装 Continue.dev

从你的 IDE 插件市场安装。

2. 生成上下文

skill-seekers scrape --config configs/react.json --target markdown

3. 配置 Continue

添加到 ~/.continue/config.json

{
  "contextProviders": [
    {
      "name": "react-docs",
      "type": "file",
      "file": "/path/to/output/react-markdown/SKILL.md"
    }
  ]
}

4. 在聊天中使用

在 Continue 聊天中输入 @react-docs 来引用框架知识。

功能特性

  • 通用 - 在任何 IDE 中工作
  • 无限制 - 完整的上下文可用
  • HTTP 上下文 - 动态加载
  • 多模型 - Claude、GPT-4、本地模型

对比

特性CursorWindsurfClineContinue.dev
IDE仅限 Cursor仅限 Windsurf仅限 VS Code任何 IDE
限制12K 字符
MCP

最适合

  • 多 IDE 用户 - 在任何地方使用相同的规则
  • JetBrains/Vim - 不限于 VS Code
  • 大型框架 - 无字符限制

下一步