(Optional) Run Neetechs: Select OpenAI Model to choose between gpt-3.5-turbo or gpt-4
Start typing — suggestions will appear when you trigger
🛠️ Requirements
✅ OpenAI API key
GPT-4 access is optional, GPT-3.5 works out of the box
✅ Node.js installed (for running in development mode)
✅ VS Code 1.75.0+
🔐 Privacy
Your API key is securely stored using VS Code’s internal secrets storage.
🛡️ No data is shared — completions are sent directly to OpenAI’s API.
🧪 Development / Testing Locally
npm install
code .
# Press F5 to run Extension Dev Host
<pre lang="markdown"> ### 🧩 Optional config file (auto-load API key in dev) Create a file named: ``` neetechs.config.json ``` In the root of your extension (next to `extension.js`) with this content: ```json { "openaiApiKey": "sk-your-api-key-here" } ``` ✅ This allows you to skip re-entering the key during development. 📌 Make sure to add it to your `.gitignore`: ``` neetechs.config.json ``` </pre>
---
## 📞 Support
For help or feedback: [support@neetechs.com](mailto:support@neetechs.com)
---
> Made with ❤️ by [Neetechs](https://neetechs.com)
### 🌍 Follow Neetechs
- 🌐 [Website](https://neetechs.com)
- 📘 [Facebook](https://facebook.com/neetechs0)
- 🐦 [X (Twitter)](https://x.com/neetechs)
- 📸 [Instagram](https://instagram.com/neetechs)
- 💼 [LinkedIn](https://linkedin.com/company/neetechs)
- 🎥 [YouTube](https://youtube.com/@neetechs)
- 🧪 [GitHub](https://github.com/jihadelsayed)
- 📌 [Pinterest](https://pinterest.com/neetechs)
- 🎭 [TikTok](https://tiktok.com/@neetechs)