Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/obiscr/ChatGPT
This project is a plugin that supports ChatGPT running on JetBrains series IDE.
https://github.com/obiscr/ChatGPT
chatgpt chatgpt-jetbrains
Last synced: 3 months ago
JSON representation
This project is a plugin that supports ChatGPT running on JetBrains series IDE.
- Host: GitHub
- URL: https://github.com/obiscr/ChatGPT
- Owner: obiscr
- License: other
- Created: 2022-12-08T14:42:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T11:10:32.000Z (10 months ago)
- Last Synced: 2024-06-20T02:42:41.494Z (7 months ago)
- Topics: chatgpt, chatgpt-jetbrains
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/20603-chatgpt
- Size: 696 KB
- Stars: 1,002
- Watchers: 17
- Forks: 224
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-chatgpt - JetBrain extension
- awesome-chatgpt - obiscr/ChatGPT - A JetBrains IDE plugin that supports ChatGPT (Integrations / Other UIs)
README
# ChatGPT
[ChatGPT](https://chat.openai.com/chat) is a language model trained
by OpenAI and can be used for a variety of tasks, including dialogue
and text generation. ChatGPT is a neural network-based model that is
trained on large amounts of human language data and is able to generate
natural language text that is meaningful in a given context. The model
can be used for many applications, such as natural language processing
(NLP) and dialogue systems.[简体中文](https://github.com/obiscr/ChatGPT/blob/main/README_CN.md) |
[English](https://github.com/obiscr/ChatGPT/blob/main/README.md)# About this project
This project is a plugin that supports ChatGPT running on JetBrains series IDE.
# What's new
## ⌥(Alt) D in editor to switch to diff mode
![cmdd](https://github.com/user-attachments/assets/2893feb2-bbef-451d-8c93-571b47839cb7)
## ⌥⏎(Alt Enter)to quick fix errors
![quick-fix](https://github.com/user-attachments/assets/c15cc39d-7f99-4a24-b34f-35b1c793a65d)
## Explain & fix runtime errors
![explain-and-fix-exceptions](https://github.com/user-attachments/assets/0a0ee912-283c-4cb5-8d2c-fcdef793a2f0)
## Ask with codebase
![ask-codebase](https://github.com/user-attachments/assets/8d65b288-30c5-4701-8be3-1497b08b3916)
## Type `@` to include specific files
![at-file-system](https://github.com/user-attachments/assets/8942eaef-530e-4d26-8f68-6869c9366ccc)
# Installation
- Install using the IDE's built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "ChatGPT" >
Install Plugin# Getting Started
Please see the document: [https://chatgpt.gold/getting-started/](https://chatgpt.gold/getting-started/)
# License
This project uses the "GNU General Public License Agreement V2". and additional restrictions: it is forbidden to use the code of this project to build other plug-in products of JetBrains Marketplace. Offenders will be punished.
# Disclaimers
This is not an official OpenAI product, and I am not responsible for any damage caused by the use of this plugin.