Skip to content

zjh7890/gpt-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gpt-tools

Build Version Downloads

前言

本插件是我(Java 后端)自用的一个 IntelliJ IDEA 插件,希望做到类似 cursor 的体验
非 Java 语言的同学建议直接用 cursor,不用关注此项目了,本人无力维护那么多模块。

An AI plugin that turns your thoughts into code instantly.

This plugin offers two main features:

  1. Chat (Interact with AI to implement logic, perform Code Review, similar to Aider, Cursor)
  2. Template prompts (Used for generating boilerplate code, I frequently use it to generate Apollo and RPC classes)

一个所想即所得的 AI 插件。

插件有两大功能:

  1. chat(通过对话让 AI 实现逻辑,Code Review,类似 Aider, Cursor)
  2. 模板 prompt(用于生成样板代码,我常用于生成 Apollo 和 RPC 类)

Installation

应用商店安装,直接搜 gpt-tools

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "gpt-tools" > Install


Plugin based on the IntelliJ Platform Plugin Template.

Setup

导入一下 API 配置(各位可以找我要免费的 API 试用一下) 123456

Sponsor

感谢 Yun API 的赞助
Yun API 地址: https://api.zyai.online
各位有需要可以注册充值,非官方平台建议用多少充多少哦

Acknowledgments

本项目改自 auto-dev,改动主要是希望插件能做到类似 cursor 的体验,另外增加了模板 prompt 的功能以应对实际工作中的样板代码生成的问题。