{"id":13902767,"url":"https://github.com/MikeBirdTech/gpt3-vscode-extension","last_synced_at":"2025-07-18T00:32:07.935Z","repository":{"id":65441084,"uuid":"576097093","full_name":"MikeBirdTech/gpt3-vscode-extension","owner":"MikeBirdTech","description":"Use GPT-3 to generate documentation and get help debugging your code","archived":false,"fork":false,"pushed_at":"2023-01-14T16:33:54.000Z","size":655,"stargazers_count":57,"open_issues_count":0,"forks_count":8,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-19T07:41:44.697Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeBirdTech.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-12-09T02:08:18.000Z","updated_at":"2024-08-01T08:54:07.000Z","dependencies_parsed_at":"2023-02-09T20:01:05.882Z","dependency_job_id":null,"html_url":"https://github.com/MikeBirdTech/gpt3-vscode-extension","commit_stats":null,"previous_names":["mikebirdtech/gpt3-vscode-extension"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fgpt3-vscode-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fgpt3-vscode-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fgpt3-vscode-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeBirdTech%2Fgpt3-vscode-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeBirdTech","download_url":"https://codeload.github.com/MikeBirdTech/gpt3-vscode-extension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226320584,"owners_count":17606322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-06T22:01:23.327Z","updated_at":"2024-11-25T11:30:26.402Z","avatar_url":"https://github.com/MikeBirdTech.png","language":"TypeScript","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"readme":"# 🤖 GPT-3 Visual Studio Code Extension\r\nUse GPT-3 to be a more efficient programmer!\r\n\r\n- ✏️ Write to GPT-3 from your editor\r\n- 💻 Generate code from your documentation\r\n- 📖 Generate documentation from your code\r\n- 💡 Code review with explanation\r\n\r\n---\r\n\r\n## Requirements\r\nYour [OpenAI API key](https://beta.openai.com/account/api-keys)\r\n\r\nIf you need an OpenAI account, it's free to [signup](https://beta.openai.com/signup) and you get $18 in credits.\r\n\r\n--- \r\n## Install the extension\r\n\r\n[Marketplace page](https://marketplace.visualstudio.com/items?itemName=Arrendy.gpt3-vscode-extension)\r\n\r\nWhen the extension is installed, a prompt will appear for you to enter in your API key.\r\n\r\nThis extension uses secret storage for API keys.\r\n\r\n\u003e ⚠️ **NOTE**: Other extensions may store your API key in settings.json - this is **not secure** ⚠️\r\n\r\nAll extensions can read the contents of `settings.json`. If your API key is stored there, a malicious extension can easily access it. To protect your API key, it **must** be stored in secret storage. \r\n\r\n---\r\n\r\n\r\n## Current functionality\r\n### 🦄 Ask GPT 🦄\r\nSends user input to GPT for processing. The response will appear in a modal.\r\n\r\n\u003e Default key binding set to `alt + g`\r\n\r\n\u003e Ask GPT in the Status Bar\r\n\r\n### 🎉 Create Code from Documentation 🎉\r\nGenerates code for highlighted documentation. The code is automatically injected **below** the highlighted docs.\r\n\r\n\u003e Default key binding set to `alt + x`\r\n\r\n### 🔥 Create Documentation from Code 🔥\r\nGenerates documentation for highlighted code. The docs are automatically injected **above** the highlighted code.\r\n\r\n\u003e Default key binding set to `alt + d`\r\n\r\n### 💯 Code Review 💯\r\nSends highlighted code to GPT-3 for potential improvements. Suggested code and explanation will appear in a modal.\r\n\r\n\u003e Default key binding set to `alt + i`\r\n\r\n---\r\n\r\n## Extension Settings\r\n`Settings` \u003e `Extensions` \u003e `GPT`\r\n\r\n---\r\n\r\n## FAQ\r\n👽 How can I reset my API key if I entered the wrong one?\r\n\r\n\u003e - Open command palette and run `Update OpenAI API Key`\r\n\u003e - Enter your correct API Key into the prompt \r\n\u003e - Reload the window\r\n---\r\n\r\n## Release Notes\r\n\r\n### 0.12.0\r\nAdded check if completion exceeds max_token values. Alert user how to resolve.\r\n\r\n### 0.11.0\r\nOption to set different values for code vs text completion settings (models, temperature, max tokens)\r\n\r\n### 0.10.0\r\nCreate code from documentation\r\n\r\n### 0.9.0\r\nAPI Key in secret storage\r\n\r\n### 0.8.0\r\nStatus bar item to initiate Ask GPT function. Returns more readable modal with a copy output button\r\n\r\n### 0.7.0\r\nOptionally include Organization in request to GPT\r\n\r\n### 0.6.0\r\nEasily configure your extension in preferences\r\n\r\n### 0.4.0\r\nSend GPT text directly. Ask a question or get clarity in your own words, without leaving your editor.\r\n\r\n### 0.2.0\r\nGenerates code suggestion with explanation for highlighted code.\r\n\r\n### 0.1.0\r\nCreates documentation for highlighted code.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMikeBirdTech%2Fgpt3-vscode-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMikeBirdTech%2Fgpt3-vscode-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMikeBirdTech%2Fgpt3-vscode-extension/lists"}