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-02-22 00:12:32 +00:00
.idea Execute api messages in a separate thread 2023-02-20 19:49:50 +00:00
.run Initial commit 2023-02-15 11:48:44 +00:00
docs/assets Code refactoring, add readme 2023-02-21 23:08:31 +00:00
gradle/wrapper Initial commit 2023-02-15 11:48:44 +00:00
src/main 1.0.7 - Code refactoring 2023-02-22 00:12:32 +00:00
.gitignore Initial commit 2023-02-15 11:48:44 +00:00
build.gradle.kts 1.0.7 - Code refactoring 2023-02-22 00:12:32 +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 Code refactoring, add readme 2023-02-21 23:08:31 +00:00
settings.gradle.kts Initial commit 2023-02-15 11:48:44 +00:00

OpenAI - ChatGPT IntelliJ Plugin

ChatGPT 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 openai and select the OpenAI - ChatGPT suggestion:

marketplace

Available features

The main features of this plugin include:

  • Ask ChatGPT: Ask free-form text questions.
  • 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.