mirror of https://github.com/carlrobertoh/ProxyAI About The leading open-source AI copilot for JetBrains. Connect to any model in any environment, and customize your coding experience in any way you like. tryproxy.io
Find a file
2023-03-07 11:07:42 +00:00
.idea 1.3.0 - Add proxy support, replace underlying client logic (closes #12, closes #18) 2023-03-06 00:19:58 +00:00
.run Initial commit 2023-02-15 11:48:44 +00:00
docs/assets 1.2.0 - 🔥 Add support for the official ChatGPT API (closes #10) 2023-03-02 19:24:53 +00:00
gradle/wrapper Migrate to Java 17 2023-02-22 11:43:23 +00:00
src/main 1.3.2 - Replace editor actions menu placement (closes #21) 2023-03-07 11:07:42 +00:00
.gitignore Initial commit 2023-02-15 11:48:44 +00:00
build.gradle.kts 1.3.2 - Replace editor actions menu placement (closes #21) 2023-03-07 11:07:42 +00:00
gradlew Initial commit 2023-02-15 11:48:44 +00:00
gradlew.bat Initial commit 2023-02-15 11:48:44 +00:00
README.md 1.2.0 - 🔥 Add support for the official ChatGPT API (closes #10) 2023-03-02 19:24:53 +00:00
settings.gradle.kts Initial commit 2023-02-15 11:48:44 +00:00

Version Downloads

CodeGPT IntelliJ Plugin

CodeGPT as your copilot to level up your developer experience. This is the perfect assistant for any programmer who wants to improve their coding skills and make more efficient use of the time.

Installation

The plugin is available from JetBrains Marketplace. You can install it directly from your IDE via the File | Settings/Preferences | Plugins screen. On the Marketplace tab simply search for codegpt and select the CodeGPT suggestion:

marketplace

Available features

The main features of this plugin include:

  • Ask ChatGPT: Ask free-form text questions.
  • Custom Prompt: Prefix the selected code with a custom prompt.
  • Find Bugs: Analyze and find bugs in your code.
  • Add Tests: Write tests for you.
  • Refactor: Refactor your code.
  • Optimize: Add suggestions to your code to improve.
  • Explain: Explain the selected code.