continue通过我们的开源 IDE 扩展和模型、规则、提示、文档和其他构建块中心,创建、共享和使用自定义 AI 代码助手

​一、软件介绍

文末提供程序和源码下载

Continue 使开发人员能够通过我们的开源 VS Code 和 JetBrains 扩展以及模型、规则、提示、文档和其他构建块的中心创建、共享和使用自定义 AI 代码助手。

二、功能

Chat 聊天

Chat makes it easy to ask for help from an LLM without needing to leave the IDE
Chat 使 无需离开 IDE 即可轻松寻求帮助LLM

Autocomplete 自动完成

Autocomplete provides inline code suggestions as you type
自动完成功能会在您键入时提供内嵌代码建议

Edit 编辑

Edit is a convenient way to modify code without leaving your current file
Edit 是一种无需离开当前文件即可修改代码的便捷方法

Agent 代理

Agent enables you to make more substantial changes to your codebase
Agent 使您能够对代码库进行更实质性的更改

三、安装

Install 安装

VS Code VS 代码

  1. Click Install on the Continue extension page in the Visual Studio Marketplace
    Visual Studio Marketplace 的 Continue extension 页面上单击 Install
  2. This will open the Continue extension page in VS Code, where you will need to click Install again
    这将在 VS Code 中打开 Continue extension (继续扩展) 页面,您需要再次单击 Install (安装)
  3. The Continue logo will appear on the left sidebar. For a better experience, move Continue to the right sidebar
    Continue (继续) 徽标将显示在左侧边栏上。为了获得更好的体验,请将 Continue (继续) 移动到右侧边栏
  4. Sign in to the hub to get started with your first assistant.
    登录到应用中心以开始使用您的第一助理。

JetBrains JetBrains 的

  1. Open your JetBrains IDE and open Settings using Ctrl + Alt + S
    打开 JetBrains IDE,然后使用 Ctrl + Alt + S 打开 Settings
  2. Select Plugins on the sidebar and search for "Continue" in the marketplace
    选择侧边栏上的 Plugins(插件),然后在 Marketplace 中搜索 "Continue"(继续)
  3. Click Install, which will cause the Continue logo to show up on the right toolbar
    单击 Install,这将使 Continue 徽标显示在右侧工具栏上
  4. Sign in to the hub to get started with your first assistant.
    登录到应用中心以开始使用您的第一助理。

Signing in 登录

Click "Get started" to sign in to the hub and start using assistants.
单击"开始使用"以登录应用中心并开始使用助手。

六、源码软件下载

夸克网盘分享

本文信息来源于GitHub作者地址:GitHub - continuedev/continue: ⏩ Create, share, and use custom AI code assistants with our open-source IDE extensions and hub of models, rules, prompts, docs, and other building blocks

相关推荐
Sammyyyyy35 分钟前
2025年,Javascript后端应该用 Bun、Node.js 还是 Deno?
开发语言·javascript·node.js
站大爷IP42 分钟前
Python与MySQL:从基础操作到实战技巧的完整指南
python
老歌老听老掉牙1 小时前
SymPy 矩阵到 NumPy 数组的全面转换指南
python·线性代数·矩阵·numpy·sympy
站大爷IP1 小时前
Python条件判断:从基础到进阶的实用指南
python
赛博郎中1 小时前
pygame小游戏飞机大战_8继承精灵玩家优化
python·pygame
小高0071 小时前
面试官:npm run build 到底干了什么?从 package.json 到 dist 的 7 步拆解
前端·javascript·vue.js
William一直在路上1 小时前
Python数据类型转换详解:从基础到实践
开发语言·python
wayhome在哪1 小时前
用 fabric.js 搞定电子签名拖拽合成图片
javascript·产品·canvas
trayvontang2 小时前
Python虚拟环境与包管理工具(uv、Conda)
python·conda·uv·虚拟环境·miniconda·miniforge
JayceM2 小时前
Vue中v-show与v-if的区别
前端·javascript·vue.js