You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
This Jetbrains IDEs plugin integrates ChatGPT and other third-party mirror websites of ChatGPT into JetBrains IDEs,
providing a seamless experience for developers to interact with the ChatGPT AI model directly within their development environment.
💡 Notice
Cannot log in to the official ChatGPT by Google account or Microsoft account is not caused by this plugin, but by the
official ChatGPT itself.
Copy the value for __Secure-next-auth.session-token as settings value.
After you enter the session token, you need to restart the IDE because ChatGPT Tool Windows needs a restart, and
you won't need to log in until the session token is expired.
Feature
🚀 Easy to use, and interact with ChatGPT without leaving the IDE.
🆓 Integrates free third-party mirror websites and easily update.
✅ Add and manage multiple ChatGPT URLs.
🔄 Easily switch between different ChatGPT URLs.
How it works
This plugin uses JCEF(Java Chromium Embedded Framework) to render the content. It is a lightweight and cross-platform web browser engine that is built on top of Chromium and is used by IntelliJ IDEA to render the HTML content of the IDE.
JCEF is supported in IntelliJ IDEA 2020.2 and later. See JCEF for more information.