ProxyAI/README.md
Carl-Robert Linnupuu 841950d153 Update README
2023-02-24 11:38:55 +00:00

20 lines
1.1 KiB
Markdown

![Version](https://img.shields.io/jetbrains/plugin/v/21056-openai--chatgpt) ![Downloads](https://img.shields.io/jetbrains/plugin/d/21056-openai--chatgpt)
# 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](https://plugins.jetbrains.com/plugin/21056-openai--chatgpt).
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](docs/assets/marketplace.png)
## Available features
The main features of this plugin include:
- <b>Ask ChatGPT:</b> Ask free-form text questions.
- <b>Find bugs:</b> Analyze and find bugs in your code.
- <b>Add tests:</b> Write tests for you.
- <b>Refactor:</b> Refactor your code.
- <b>Optimize:</b> Add suggestions to your code to improve.
- <b>Explain:</b> Explain the selected code.