The VSCode Web ChatGPT Extension is a useful tool for code explanation, refactoring, and documentation generation. By integrating with a ChatGPT web (without the api key), it allows users to easily obtain explanations for selected code snippets, suggested refactoring, and relevant documentation.
- Right-click context menu integration for quick access to actions like "Explain", "Refactor", and "Generate Documentation".
- Displays the output of the selected action in a dedicated panel within the editor.
- Communicates with a local server running on
http://localhost:3030/send-message( from API Bridge Chrome Extension for ChatGPT(Web))
- Clone the repository and navigate to the project directory.
- Run
yarn installto install dependencies. - Run
yarn compileto build the extension. - Package the extension by running
vsce package. This will generate a.vsixfile. - Install the extension in your VSCode editor by selecting
Extensions>...(top right) >Install from VSIX...and then choosing the generated.vsixfile.
Install API Bridge Chrome Extension for ChatGPT(Web)
https://github.com/tylercode362/Chrome-extension-ChatGPT-API
An innovative browser extension designed to enable smooth communication with chat.openai.com through WebSockets. This extension allows users to engage with the chat interface by sending messages and receiving replies via a WebSocket server, offering a streamlined and user-friendly experience.
This WebSocket API Bridge Extension is compatible with both ChatGPT Plus (including GPT-3.5 and GPT-4) and the Free Version, ensuring accessibility for a diverse user base.
- Select a piece of code in the editor.
- Right-click the selected code to access the context menu.
- Click on the desired action: "ChatGPT explain", "ChatGPT refactor", or "ChatGPT documentation".
- The result will be displayed in a dedicated panel within the editor.
Feel free to submit issues, feature requests, or pull requests to improve the extension.


