VS Code extension for interacting with ChatGPT
Top 10.2% on sourcepulse
This VSCode extension enables direct interaction with OpenAI's ChatGPT from within the editor, allowing users to ask general questions or query code snippets. It targets developers and researchers seeking to leverage AI for code explanation, refactoring, optimization, and problem-solving directly in their workflow.
How It Works
The extension integrates with ChatGPT via an unofficial API, requiring a session token for authentication. It provides a sidebar panel for direct querying and context-aware commands accessible via right-click menus on selected code. Conversation context is maintained for follow-up questions, enhancing iterative development and inquiry.
Quick Start & Requirements
.vsix
file.__Secure-next-auth.session-token
) obtained from chat.openai.com
via browser developer tools.SESSION_TOKEN
).Highlighted Details
Maintenance & Community
barnesoir/chatgpt-vscode-plugin
and gencay/vscode-chatgpt
.Licensing & Compatibility
Limitations & Caveats
The extension is described as a proof of concept and may contain limitations or bugs. It relies on an unofficial API, which could be subject to changes or deprecation by OpenAI.
1 year ago
Inactive